Назад к 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). |