返回 Stripe
將 Knoon AI 與 Stripe 連接以自動化 AI 工作流程。
List Stripe subscriptions for a customer.
stripeDefaultListSubscriptions
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| customerId | mustache | Stripe customer ID (e.g. "cus_12345"). | 是的 |
| status | mustache | Optional status filter (e.g. "active", "trialing", "canceled"). | 否 |
| limit | mustache | Optional max number of subscriptions to return (1-100). Defaults to 10. | 否 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| id | string | Subscription ID. |
| status | string | Subscription status. |
| currentPeriodEnd | string | Current period end time (ISO). |
| cancelAtPeriodEnd | boolean | Whether the subscription is set to cancel at period end. |