Stripe로 돌아가기
Knoon AI를 Stripe과 연결하여 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). |