#Jaehyuk
1 messages · Page 1 of 1 (latest)
not sure I really understand. Naturally you need to know their Stripe account ID, and you would, and then you could call that API
yeah. but express dashboard doesnt require user to their stripe ID on dashboard UI
the flow for Express is create account -> create accountLink -> redirect user to AccountLink -> user onboards and enters their KYC and bank ccount info -> user is redirected back
you get the account ID acct_xxxx of their Stripe account in step 1.
their's only email input. then How can I take this user's stripe ID information?
you don't. Like I said, you get their ID when you create their account.
aha
so
- user comes in express dashboard with URL
- input their cell number and bank numbers
- admin (me) have to login on dashboard and make their ID?
- then I can get user's ID from on stripe dashboard?
so basically there's no way to get their bank account with API - when i using express dashboard. right?
not really no.
1 user goes to the Express dashboard
2 they log in using their phone and an SMS code we send them
3 they change whatever on their dashboard
4 as the platform you would get an account.updated webhook event sent to your backend server, the event contains all the information like the involved account, and can inspect what might have changed
aha