返回 Stripe

将 Knoon AI 与 Stripe 连接以自动化 AI 工作流。

List Stripe subscriptions for a customer.
stripeDefaultListSubscriptions
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
名称类型描述必填
customerIdmustache Stripe customer ID (e.g. "cus_12345").是的
statusmustache Optional status filter (e.g. "active", "trialing", "canceled").没有
limitmustache Optional max number of subscriptions to return (1-100). Defaults to 10.没有
回报
名称类型描述
idstring Subscription ID.
statusstring Subscription status.
currentPeriodEndstring Current period end time (ISO).
cancelAtPeriodEndboolean Whether the subscription is set to cancel at period end.