Kembali ke Stripe
Sambungkan Knoon AI dengan Stripe untuk mengotomatisasi alur kerja AI.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
Beta
Internal
Izin
Tidak ada item untuk ditampilkan.
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
| Nama | Tipe | Deskripsi | Wajib |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | Tidak |
| customerId | mustache | Optional Stripe customer ID to filter by. | Tidak |
| active | mustache | Optional active filter ("true" or "false"). | Tidak |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | Tidak |
Pengembalian
| Nama | Tipe | Deskripsi |
|---|---|---|
| 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). |