Stripe に戻る
Stripe と Knoon AI を接続して 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. |