Stripe öğesine geri dön
Knoon AI'yi Stripe ile bağlayarak AI iş akışlarını otomatikleştirin.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
BETA
Dahili
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
| İsim | Tür | Açıklama | Gerekli |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | Hayır |
| customerId | mustache | Optional Stripe customer ID to filter by. | Hayır |
| active | mustache | Optional active filter ("true" or "false"). | Hayır |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | Hayır |
İadeler
| İsim | Tür | Açıklama |
|---|---|---|
| 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). |