Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe subscriptions for a customer.
stripeDefaultListSubscriptions
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| customerId | mustache | Stripe customer ID (e.g. "cus_12345"). | Yes |
| status | mustache | Optional status filter (e.g. "active", "trialing", "canceled"). | No |
| limit | mustache | Optional max number of subscriptions to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| 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. |