#yairhaimo
1 messages · Page 1 of 1 (latest)
Standard accts accept that during the Stripe hosted onboarding, when you create an AccountLink
so you let Stripe take care of that
sorry, i wrote standard by mistake. i meant express
Hello 👋
Stepping in as hmunoz needs to step away soon
Express accounts accept the ToS during onboarding too (where you create an account link)
Only custom accounts can set the tos_acceptance
i complete the onboarding wizard in my test environment and after a while my user is rejected
Have you tried creating another account link when the information becomes due?
https://stripe.com/docs/connect/express-accounts#return-user
so i create link, get the user to go through the wizard, return to the app but the onboarding might not be done yet. I need to check if anything is missing and then create links again and send the user to the refresh url?
Yup, some information may be due
We have a doc on how you can know if the users have completed the onboarding or not
https://stripe.com/docs/connect/express-accounts#handle-users-not-completed-onboarding
ah, refresh url should call the account links with the same params
Yup
ok, ill try that. thank you