Takaisin Stripe -kohtaan
Yhdistä Knoon AI kohteen Stripe kanssa automatisoidaksesi AI-työnkulut.
List Stripe promotion codes.
stripeDefaultListPromotionCodes
BETA
Sisäinen
Oikeudet
Näytettävää kohdetta ei ole.
Valinnaiset oikeudet
Näytettävää kohdetta ei ole.
Parametrit
| Nimi | Tyyppi | Kuvaus | Pakollinen |
|---|---|---|---|
| code | mustache | Optional promotion code to match. | Ei |
| customerId | mustache | Optional Stripe customer ID to filter by. | Ei |
| active | mustache | Optional active filter ("true" or "false"). | Ei |
| limit | mustache | Optional max number of promotion codes to return (1-100). Defaults to 10. | Ei |
Palautukset
| Nimi | Tyyppi | Kuvaus |
|---|---|---|
| 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). |