#Simononon
1 messages · Page 1 of 1 (latest)
Um this is a known limitation. Probably you would need to collect the card information beforehand, via a SetupIntent, then calculate the amount and finally do a PaymentIntent
ok - thanks for that.. is there perhaps a way to limit it to not accept international cards then for this payment Intent?.. we can then have a different option for "international cards"
It will then require to check the card before going with the PaymentIntent creation. There are flow allow you to do that, for example: https://stripe.com/docs/payments/accept-a-payment-deferred?type=payment#dynamic-updates
I would recommend taking a look at those flows