Back to Stripe
Connect Knoon AI with Stripe to automate AI workflows.
List Stripe coupons.
stripeDefaultListCoupons
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| active | mustache | Optional active filter ("true" or "false"). | No |
| limit | mustache | Optional max number of coupons to return (1-100). Defaults to 10. | No |
Returns
| Name | Type | Description |
|---|---|---|
| id | string | Coupon ID. |
| name | string | Coupon name when available. |
| percentOff | number | Percent off when available. |
| amountOff | number | Amount off when available. |
| currency | string | Currency for amount off. |
| duration | string | Coupon duration. |
| durationInMonths | number | Duration in months when available. |
| valid | boolean | Whether the coupon is valid. |
| createdAt | string | Coupon creation time (ISO). |