Indietro a Stripe
Connetti Knoon AI con Stripe per automatizzare i flussi di lavoro AI.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
Beta
Interno
Autorizzazioni
Non ci sono elementi da visualizzare.
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | No |
| customerId | mustache | Optional Stripe customer ID to filter by. | No |
| active | mustache | Optional active filter ("true" or "false"). | No |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| 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). |