Πίσω στο Stripe
Σύνδεση Knoon AI με Stripe για αυτοματοποίηση ροών εργασίας AI.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
ΒΕΤΑ
Εσωτερικό
Άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Προαιρετικές άδειες
Δεν υπάρχουν αντικείμενα για εμφάνιση.
Παράμετροι
| Όνομα | Τύπος | Περιγραφή | Απαραίτητο |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | Όχι |
| customerId | mustache | Optional Stripe customer ID to filter by. | Όχι |
| active | mustache | Optional active filter ("true" or "false"). | Όχι |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | Όχι |
Επιστροφές
| Όνομα | Τύπος | Περιγραφή |
|---|---|---|
| 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). |