#paymentplugins-afterpay-country
1 messages · Page 1 of 1 (latest)
@pallid sail No problem, thanks for the reply.
do you have the doc where it says that
The Stripe docs state that the customer's billing country must match the Stripe account's registered country
"You can accept payments from customers in the same country that you registered your Stripe account in. Payments must also match the local currency of the country."
@pallid sail apologies for the late reply
sorry for the delay. I looked in the code and I'm honestly not sure why you get a different behaviour here. I'd recommend contacting our support team to flag this: https://support.stripe.com/contact
ahhh nevermind
looks like we only enforce this for EUR payments so seems to be on purpose, I misread part of the code
@lament oriole Very interesting. So for USD, AUD, CAD, etc the customer's billing country can be anything. But for EUR, it must match the Stripe Account's registration country. That's good to know