#hamid_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/1465967834273284282
📝 Have more to share? Add more details, code, screenshots, videos, etc. below.
Let me know if you need any other details
No it's fine. Let me test something before getting back to you
sure
For Custom Account, I believe you can use the Stripe hosted onboarding flow: https://docs.stripe.com/connect/payouts-bank-accounts?bank-account-collection-method=financial-connections&bank-account-collection-integration=prebuilt-web-form#collecting-external-accounts
For Express Account, I think you can also use that same flow, but checking further...
sure
If it’s MX (Custom) → account_update AccountLink
If it’s US (Express) → login link / Express Dashboard
Yes Express can use that too
Can you try account_onboarding type for Express and account_update for Custom?
can you please again explain the difference of what I just stated above and what you are saying
I am confuse, can you please re-state?
Sure. Could you try to create an URL for Stripe-hosted Onboarding flow for both of your accounts, follow this guide: https://docs.stripe.com/connect/custom/hosted-onboarding#info-to-collect
point here is, I don't want onboarding
thats already working
I want to let user update his information
so type would be account_update
but would it work for both US and MX
Yes but you can change the type to account_update.
as per gpt, for US you have to take user to dashboard/login
and then need webhook in order to sync my db
where as for MX, it will be redirected back
like onboarding did
MX = Custom, where you can use type = "account_update"
US = Express. I think Express Dashboard doesn't have the option to change bank account, but if you could log in and explore around, it would be the best
so gpt is correct
I think it's incorrect by suggesting Express Dashboard. But let's try
Nvm, it's possible
which means?
we can use both to send to update account ifnormation?
instead of taking US to login/dashboard?
You can use type=account_update for stripe-hosted Onboarding for Custom Account, and separately provide Login Link for Express Dashboard for your Express Account
hi! I'm taking over this thread. let me know if you have other quetions.
So US -> Express -> login to express dashboard
MX -> Custom -> redirect with account_update that what Chatgpt said too.