#gilson_api

1 messages · Page 1 of 1 (latest)

versed oracleBOT
#

👋 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.

hallow orbit
#

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

frigid crescent
#

I'm able to get it working using curl:

curl https://api.stripe.com/v1/country_specs/ZA \
  -u "sk_xxx:"
hallow orbit
#

InvalidRequestError: Request req_yeZSIOVDwVMtDC: ZA is not currently supported.

#

I made this request this "stripe_country_spec = stripe.CountrySpec.retrieve('ZA')"

frigid crescent
#

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

hallow orbit
#

great tks