#mattvb91-cards
1 messages · Page 1 of 1 (latest)
Hi! Give me a few minutes to look into this.
You cannot "restrict" a PaymentIntent to a specific country. But you could create a SetupIntent to collect the card details, and then look at the coutry field of the card to know where it's from: https://stripe.com/docs/api/cards/object#card_object-country
Thank you @long harbor that might actually be even better because that way I can save & reuse the card by attaching it to the customer!