#device
1 messages ยท Page 1 of 1 (latest)
Can you share the ID (req_xxx) of the failing API request? https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
The error is: "Invalid bank country BE for currency chf. You can use these countries for transfers for an account with chf: CH, LI. Error"
I'll send the id soon
req_QAj8T5DP0mgtNc
BE accounts can only settle/payout to BE accounts in EUR: https://stripe.com/docs/payouts#supported-accounts-and-settlement-currencies
If you want CHF, you'll need a CH or LI account: https://stripe.com/docs/payouts/alternative-currencies#alternative-currency-payouts-fees
How can I find the list of allowed currencies programatically? Is there an api call in the docs that I could use?
There is not
Isn't this list exposed in this part of the documentation: here: https://stripe.com/docs/api/country_specs/retrieve?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
in the "supported_bank_account_currencies" field?
Yeah, I guess it is. Good find
Although that applies to the account country I think, and doesn't necessarily help in your instance (i.e. figuring out which settlement/payout countries are supported for a specific bank country)
The doc specify here in the response another field https://stripe.com/docs/api/country_specs/retrieve i.e. "supported_payment_currencies". Maybe this is what I'm looking for?
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi ๐ jumping in as my teammate needed to step away. I believe that maps to list of allowed presentment currencies for a country:
https://stripe.com/docs/currencies#presentment-currencies