Zurück zu Stripe
Verbinde Knoon AI mit Stripe, um KI-Workflows zu automatisieren.
Fetch a Stripe promotion code by ID.
stripeDefaultRetrievePromotionCode
Beta
Intern
Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Optionale Berechtigungen
Es gibt keine Elemente zum Anzeigen.
Parameter
| Name | Typ | Beschreibung | Erforderlich |
|---|---|---|---|
| promotionCodeId | mustache | Stripe promotion code ID (e.g. "promo_12345"). | Ja |
Rückgaben
| Name | Typ | Beschreibung |
|---|---|---|
| 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). |