#gilson_api
1 messages · Page 1 of 1 (latest)
👋 Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1281125444594303077
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
I could not find the docs for that, why ZA can't return any info if that is listed on the 46 supported countries on the stripe site
I'm able to get it working using curl:
curl https://api.stripe.com/v1/country_specs/ZA \
-u "sk_xxx:"
Can you share the request ID (req_xxx) of the error? Here’s how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
InvalidRequestError: Request req_yeZSIOVDwVMtDC: ZA is not currently supported.
I made this request this "stripe_country_spec = stripe.CountrySpec.retrieve('ZA')"
Your platform country is Australia, which doesn't support ZA as a connected account
This error will be thrown when the platform country doesn't support the country that connected account is in
great tks