Stripe로 돌아가기
Knoon AI를 Stripe과 연결하여 AI 워크플로우를 자동화하세요.
List Stripe coupons.
stripeDefaultListCoupons
베타
내부
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| active | mustache | Optional active filter ("true" or "false"). | 아니요 |
| limit | mustache | Optional max number of coupons to return (1-100). Defaults to 10. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| id | string | Coupon ID. |
| name | string | Coupon name when available. |
| percentOff | number | Percent off when available. |
| amountOff | number | Amount off when available. |
| currency | string | Currency for amount off. |
| duration | string | Coupon duration. |
| durationInMonths | number | Duration in months when available. |
| valid | boolean | Whether the coupon is valid. |
| createdAt | string | Coupon creation time (ISO). |