العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
Fetch a Stripe subscription by ID and return its status and billing period.
stripeDefaultRetrieveSubscription
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| subscriptionId | mustache | Stripe subscription ID (e.g. "sub_12345"). | نعم |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Subscription ID. |
| status | string | Subscription status (e.g. active, canceled). |
| customerId | string | Stripe customer ID. |
| currentPeriodStart | string | Current period start time (ISO). |
| currentPeriodEnd | string | Current period end time (ISO). |
| cancelAtPeriodEnd | boolean | Whether the subscription is set to cancel at period end. |
| cancelAt | string | Scheduled cancel time (ISO) when set. |
| canceledAt | string | Cancellation time (ISO) when canceled. |
| trialEnd | string | Trial end time (ISO) when set. |
| latestInvoiceId | string | Latest invoice ID when available. |
| items.id | string | Subscription item ID. |
| items.priceId | string | Price ID for the item. |
| items.productId | string | Product ID for the item. |
| items.quantity | number | Item quantity. |