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