Terug naar Stripe
Verbinding maken met Knoon AI met Stripe om AI-workflows te automatiseren.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | Nee |
| customerId | mustache | Optional Stripe customer ID to filter by. | Nee |
| active | mustache | Optional active filter ("true" or "false"). | Nee |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | Nee |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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). |