Example
Promo codes are provided when creating a checkout intent as an array of strings within thepromoCodes field, with each string representing a single code.
appliedPromoCodes with its discount in discount.amountSubunits.
Notes
- Any invalid codes are ignored, so you don’t need to implement logic to catch errors.
- Input requirements
- Alphanumeric, up to 32 characters per promo code.
- Up to 16 promo codes can be sent with each order.

