#_b3njii
1 messages · Page 1 of 1 (latest)
Hi there
Coupons/promo-codes aren't supported for PaymentIntents in a custom flow.
You would handle this discount based on the amount that you use to create the PaymentIntent.
There is no way to manually mark a redemption of a code. You could use "fake invoices" if you wanted to and apply a discount to a $0 invoice for instance.
However, I don't really recommend this.
If you are using a Custom flow then I recommend just tracking discounts/promo codes on your end in your own database.