Voltar para Stripe
Conectar Knoon AI com Stripe para automatizar fluxos de trabalho de AI.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | Não |
| customerId | mustache | Optional Stripe customer ID to filter by. | Não |
| active | mustache | Optional active filter ("true" or "false"). | Não |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | Não |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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). |