#cpark-paymentintent-coupon

1 messages · Page 1 of 1 (latest)

tired sinewBOT
astral token
#

cpark-paymentintent-coupon

#

@rigid tartan there's no support for Coupon/PromotionCode on PaymentIntent in any way today. Mostly you have to do the discount calculation yourself really and calculate the final amount. And you can't have a PaymentIntent for less than $0.50 so in that case you really wouldn't do anything and skip the PaymentIntent entirely

#

If you want to collect card details for future payments you'd switch to a SetupIntent in that case

rigid tartan
#

Okay thanks for clairfying that, I'll just recognize when a promo code of %100 is added to change from a PaymentIntent to a SetupIntent instead.

astral token
#

correct!

rigid tartan
#

Can you link me the doc for the SetupIntent?

astral token