#phishy-countries
1 messages ยท Page 1 of 1 (latest)
hey there, have you looked at the country specs API?
https://stripe.com/docs/api/country_specs/list
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 see there's an API call. https://stripe.com/docs/api/country_specs/list
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Where does it say which ones support Connect transfers?
What do you mean?
I want to show a list of countries to choose from so I can create an Express account
Are they all valid?
each has supported transfer countries:
https://stripe.com/docs/api/country_specs/object#country_spec_object-supported_transfer_countries
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
so it it the intersection of the where I am (US) and the other countries?
But for destination charges etc you'll need to account for cross-border payouts if accounts are outside your region
yeah exactly
I'm in the US. So I assume it's whatever accounts the US can transfer to?