#hamid_best-practices

1 messages · Page 1 of 1 (latest)

fair jewelBOT
#

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

cursive tulip
#

Let me know if you need any other details

topaz sinew
#

No it's fine. Let me test something before getting back to you

cursive tulip
#

sure

topaz sinew
#

For Express Account, I think you can also use that same flow, but checking further...

cursive tulip
#

sure

#

If it’s MX (Custom) → account_update AccountLink

If it’s US (Express) → login link / Express Dashboard

topaz sinew
#

Yes Express can use that too

#

Can you try account_onboarding type for Express and account_update for Custom?

cursive tulip
#

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?

topaz sinew
cursive tulip
#

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

topaz sinew
#

Yes but you can change the type to account_update.

cursive tulip
#

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

topaz sinew
#

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

cursive tulip
#

so gpt is correct

topaz sinew
#

I think it's incorrect by suggesting Express Dashboard. But let's try

#

Nvm, it's possible

cursive tulip
#

which means?

#

we can use both to send to update account ifnormation?

#

instead of taking US to login/dashboard?

fair jewelBOT
topaz sinew
#

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

wind wedge
#

hi! I'm taking over this thread. let me know if you have other quetions.

cursive tulip
#

So US -> Express -> login to express dashboard
MX -> Custom -> redirect with account_update that what Chatgpt said too.