Stripe に戻る
Stripe と Knoon AI を接続して AI ワークフローを自動化します。
Fetch a Stripe promotion code by ID.
stripeDefaultRetrievePromotionCode
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| promotionCodeId | mustache | Stripe promotion code ID (e.g. "promo_12345"). | はい |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| 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). |