#slurp
1 messages · Page 1 of 1 (latest)
Hi there, how can I help?
hi, so im looking to see if theres any sort of list for the available options for default_currency (https://stripe.com/docs/api/accounts/object#account_object-default_currency) based on the country of the stripe account owner
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
i need to figure out which currencies that my platform has to handle and was hoping there would be an easier way than creating a test account for each of the 60 countries we are enabling and finding the possible linked bank account currencies for each
Yes, you can use the List Country Specs API (https://stripe.com/docs/api/country_specs/object#country_spec_object) to let down all the countries and from there you can get the default_currency from each of them
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.