العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |