#Salman
1 messages · Page 1 of 1 (latest)
Hi
You can set the billingAddress of the customer:
https://stripe.com/docs/js/payment_intents/confirm_payment#confirm_payment_intent-options-confirmParams-payment_method_data-billing_details
Otherwise, create a customer with its country
https://stripe.com/docs/api/customers/create
And use it when creating the PaymentIntent.