#jasoncui
1 messages · Page 1 of 1 (latest)
Hi! Let's chat here
Hi!
I see they are listed here: https://stripe.com/docs/currencies?presentment-currency=GR
but it'd be nice to access the list within our own code
Ah got it
The Country Spec object can be used in this case. You can retrieve a country spec to see supported payment currencies for that country: https://stripe.com/docs/api/country_specs/retrieve
oh nice!
once a connect account is created, is there an easy way to pull which country in which it's located?
There's a country attribute on the Account object that can be used: https://stripe.com/docs/api/accounts/object
ok great