#umaritis_best-practices

1 messages · Page 1 of 1 (latest)

open cometBOT
#

đź‘‹ 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.

lone laurel
#

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?

light gazelle
#

Does Stripe Connect support payouts to banks outside of the U.S.?
Yes, we should do.

lone laurel
#

here is the screenshot of the step where i get stuck.

light gazelle
#

Can you share the acct_xxx ID that you're onboarding in that screenshot?

lone laurel
lone laurel
light gazelle
light gazelle
# lone laurel well i can't share it because its in the production DB

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

lone laurel
#

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?

light gazelle
#

You'd get that info from your bank, not us

lone laurel
#

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?

  1. 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?

  2. Is there a list or documentation showing how bank account details are collected for different countries (outside the U.S.)?

  3. 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

light gazelle
#

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 the country param

list of countries in which stripe supports payouts
Depends on your Connect setup and where you platform is based

Learn how to manage external bank accounts and debit cards for connected accounts.

#

A lot easier if you just gave me an example account ID

light gazelle
#

but the stripe connect account which i am onboarding is from the pakistan
Are you actually passing country: 'pk' when you create the account?

lone laurel
#

let me check

open cometBOT