#hritik9607
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hritik9607, 2 hours ago, 30 messages
hi! don't really understand the question entirely, what's the motivation/what problem are you running into?
We are using a Stripe-hosted integration, and I would like to understand what changes are required for both existing registered Connect accounts and new onboarding Connect accounts. I am referring to the information provided in this document: https://docs.stripe.com/connect/custom/handle-verification-updates.
this is we are getting from stripe
it's described in the documentation really. You listen to webhooks for account.updated when we set new requirements on the account that need to be collected. To collect them, you can contact the user, bring them to your website, create an AccountLink object and redirect the user to the url of the AccountLink where they can use the hosted page to provide the requested information.
does above is for old registered user or for new onboarding user
both really!
n this SS is is mentioned that "You don’t have to update your onboarding flow when requirements change. Stripe automatically updates hosted onboarding accordingly." so do we not need to make changes for new onboarding flow
since we are using stripe-hosted
https://docs.stripe.com/connect/custom/handle-verification-updates.
refering to this doc
I mean if you already have a system set up that reacts to new requirements like I said , then yes, you're fine
the point is you need to detect when there are new requirements and then redirect the user to the Stripe hosted-onboarding, we can't do that for you on Custom accounts(we can on Express)
so like I said :
You listen to webhooks for account.updated when we set new requirements on the account that need to be collected. To collect them, you can contact the user, bring them to your website, create an AccountLink object and redirect the user to the url of the AccountLink where they can use the hosted page to provide the requested information.
it's possible you already set all that up when building your initial integration, in which case, great!
how can i listen to webhooks for account.updated can you please share doc for this and also for AccountLink object