#AlexMedvedskyi-connect
1 messages · Page 1 of 1 (latest)
hello @quasi coral, what connected account type are you using? i.e. standard/express/custom?
It's somewhat briefly covered in section 5 & 6 in this page : https://stripe.com/docs/connect/express-accounts#return-user
After a user is redirected to your return_url, check the state of the details_submitted parameter on their account by doing either of the following:
- Listen to account.updated events with a Connect webhook.
- Retrieve the account with the API.