#Indesh-connect
1 messages ยท Page 1 of 1 (latest)
Hi! Could you share the request ID where it works? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Sure
Request ID: req_9esK7u6zchHqQK
I found it. It is due to api-version
https://stripe.com/docs/upgrades#2016-03-07 this version removed currencies_supported
Seems I need to do two API lookups each for Account and Account Country
https://stripe.com/docs/upgrades#2016-03-07 this version removed currencies_supported
Nice find ๐
Seems I need to do two API lookups each for Account and Account Country
Can you clarify this? I'm not sure I understand. What information do you need exactly?
I want the list of currencies in which account can accept payment
So if the business tries to enable/link their Stripe account with our connect, then we can notify them about the unsupported currency (which they have selected on our platform).
Am I on a right path?
The country spec has a supported_payment_currencies property, that list the currencies accepted in the specified country. https://stripe.com/docs/api/country_specs/object#country_spec_object-supported_payment_currencies
So if you have the country of the connected account, you can get the supported currencies in that country. https://stripe.com/docs/api/country_specs/retrieve