Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
List Stripe coupons.
stripeDefaultListCoupons
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| active | mustache | Optional active filter ("true" or "false"). | いいえ |
| limit | mustache | Optional max number of coupons to return (1-100). Defaults to 10. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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). |