#Dissarion
1 messages · Page 1 of 1 (latest)
Hi! Let me help you with this.
It depends what you mean by prohibit.
Do you want to block cards from specific countries, or do you want to not allow shipping/billing to those countries?
I want to not allow billing from these countries
We can't work in some countries under regulatory rules (insurance). And for some countries, we need to do some preparation before processing the payment (such as rates and prices). So we need to reject a payment for a store from a country that has not been prepared on our end
Are you collecting a billing address on the Checkout?
Yes, we need this information for creating a contract
I understand. It is not possible unfortunately to limit the list of countries in the Checkout.
Ok. Thank you a lot 👍
You can instead collect the country and address information on your website, and create a Customer object. Then create the Checkout Session for that Customer ID
Sounds good. I will dive in this way