חזרה אל 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. |