#manu_occhia-connect-coverage
1 messages · Page 1 of 1 (latest)
I need to know for eg. if I can create an account in a specific country, I see that I can't create an account in AR, while I can in MX.
There's no API for that, no. What kind of connected accounts are you creating?
I'm creating express account, anyway I don't need an api endpoint for that, it's enough a page with the list of country to check manually, if there is one.
You'd be able to see a list of permitted countries for your platform: https://dashboard.stripe.com/test/settings/connect/express
Generally it's easier to just not pass the country parameter if you're pretty restricted
You mean I should let stripe ask for the country and reject the user?
No I mean, when you onboard them there would only be a listed of supported countries for them to select from
ok I got it. Thanks