Tilbake til Stripe
Koble til Knoon AI med Stripe for å automatisere AI-arbeidsflyter.
Fetch a Stripe promotion code by ID.
stripeDefaultRetrievePromotionCode
BETA
Intern
Tillatelser
Det finnes ingen elementer å vise.
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
| Navn | Type | Beskrivelse | Påkrevd |
|---|---|---|---|
| promotionCodeId | mustache | Stripe promotion code ID (e.g. "promo_12345"). | Ja |
Returer
| Navn | Type | Beskrivelse |
|---|---|---|
| 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). |