العودة إلى Stripe
اتصل بـ Knoon AI مع Stripe لأتمتة تدفقات عمل الذكاء الاصطناعي.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
بيتا
داخلي
الأذونات
لا توجد عناصر للعرض.
الأذونات الاختيارية
لا توجد عناصر للعرض.
المعلمات
| الاسم | النوع | الوصف | مطلوب |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | لا |
| customerId | mustache | Optional Stripe customer ID to filter by. | لا |
| active | mustache | Optional active filter ("true" or "false"). | لا |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | لا |
العائدات
| الاسم | النوع | الوصف |
|---|---|---|
| id | string | Promotion code ID. |
| code | string | Promotion code. |
| active | boolean | Whether the promotion code is active. |
| couponId | string | Coupon ID tied to the promotion. |
| maxRedemptions | number | Max redemptions when set. |
| timesRedeemed | number | Times redeemed. |
| createdAt | string | Promotion code creation time (ISO). |