العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
Fetch a Stripe coupon by ID.
stripeDefaultRetrieveCoupon
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| couponId | mustache | Stripe coupon ID (e.g. "25OFF"). | نعم |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Coupon ID. |
| name | string | Coupon name when available. |
| percentOff | number | Percent off when available. |
| amountOff | number | Amount off when available. |
| currency | string | Currency for amount off. |
| duration | string | Coupon duration. |
| durationInMonths | number | Duration in months when available. |
| valid | boolean | Whether the coupon is valid. |
| createdAt | string | Coupon creation time (ISO). |
| redeemBy | string | Redeem by time (ISO) when set. |
| maxRedemptions | number | Max redemptions when set. |
| timesRedeemed | number | Times redeemed. |