Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| 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 |
Returns
| Name | Type | Description |
|---|---|---|
| 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). |