#umaritis_best-practices
1 messages · Page 1 of 1 (latest)
đź‘‹ Welcome to your new thread!
⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đź”— This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1409858449298161778
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- umaritis_code, 6 days ago, 10 messages
- umaritis_code, 6 days ago, 9 messages
- umaritis_code, 6 days ago, 17 messages
Hello Stripe Support,
I have integrated Stripe Connect on my website, but I’m facing an issue during the onboarding process. When a user sets up Stripe Connect for payouts, they reach the step “Select an account for payout.” At this point, only a few U.S. banks appear as options.
Since I have users from different countries, I’d like to understand:
Does Stripe Connect support payouts to banks outside of the U.S.?
If yes, how many countries are currently supported for payouts?
Where can I find the list of supported banks by country?
Why am I only seeing a few U.S. banks instead of international options?
Does Stripe Connect support payouts to banks outside of the U.S.?
Yes, we should do.
here is the screenshot of the step where i get stuck.
Can you share the acct_xxx ID that you're onboarding in that screenshot?
okay then can you let me know the list of banks and why i am just getting few banks of usa?
well i can't share it because its in the production DB
Any bank in theory, you can provide the raw routing/account numbers in that UI generally
I can't really help without a specific example. It's safe to share here, but if you prefer confidentiality then you should write in to support. https://support.stripe.com/contact/email?topic=api_integration
Find help and support for Stripe. Our support site 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.
We don't really document a list of supported banks. But the process of collecting external account info for payouts is documented here
I suspect you see that UI because you're onboarding US accounts: https://docs.stripe.com/connect/payouts-bank-accounts#collecting-external-accounts
You might need to turn on the manual input: https://docs.stripe.com/connect/payouts-bank-accounts?bank-account-collection-method=manual-entry#collecting-external-accounts
well i dont have the account ID through. Well i do get the option "Enter Bank Details manually". But i am cionfuesd there can you guide me how to fill that form??
- Or do the stripe connect payouts in the pakistan???
i have attched the image can you guide me what is the routing number?
You'd get that info from your bank, not us
There's test data here you can use, assuming you are testing at this point: https://docs.stripe.com/connect/testing#account-numbers
1.When onboarding, the “Select an account for payouts” screen only shows a few U.S. banks (Chase, Bank of America, etc.). However, my users are located outside of the U.S. (for example, in Pakistan and other countries). How will payouts work for them? Will they still be able to add their local bank accounts and receive payouts?
-
When I select “Enter bank details manually,” I see fields for Routing number and Account number. Since routing numbers are specific to U.S. banks, what should non-U.S. users enter here? Will the fields adjust based on their country, or how does Stripe know which bank/country it is?
-
Is there a list or documentation showing how bank account details are collected for different countries (outside the U.S.)?
-
list of countries in which stripe supports payouts
I want to make sure that payouts will work properly for international users, not just for U.S. accounts. Could you please clarify the correct process for non-U.S. payouts?
because the game i am working on is in the US region and the stripe account i am using is also from the USA.
but the stripe connect account which i am onboarding is from the pakistan
However, my users are located outside of the U.S. (for example, in Pakistan and other countries). How will payouts work for them? Will they still be able to add their local bank accounts and receive payouts?
That UI is powered by Financial Connection which only works for US accounts, as noted here. You must be creating and onboarding US Stripe accounts, but you won't share an example so I can't confirm. There is no similar UI for accounts in other countries, they just need ti manually input their bank details
When I select “Enter bank details manually,” I see fields for Routing number and Account number. Since routing numbers are specific to U.S. banks, what should non-U.S. users enter here? Will the fields adjust based on their country, or how does Stripe know which bank/country it is?
Again, I imagine the UI is localised as you're creating a US account?
Is there a list or documentation showing how bank account details are collected for different countries (outside the U.S.)?
There's no docs, just create an account in the country you want to try via the API using thecountryparam
list of countries in which stripe supports payouts
Depends on your Connect setup and where you platform is based
A lot easier if you just gave me an example account ID
Then that should work as Pakistan is supported: https://docs.stripe.com/connect/cross-border-payouts#supported-countries
but the stripe connect account which i am onboarding is from the pakistan
Are you actually passingcountry: 'pk'when you create the account?
let me check