#hritik9607

1 messages · Page 1 of 1 (latest)

pastel elbowBOT
#

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.

plucky wasp
#

hi! don't really understand the question entirely, what's the motivation/what problem are you running into?

tardy aurora
#

this is we are getting from stripe

plucky wasp
#

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.

tardy aurora
#

does above is for old registered user or for new onboarding user

plucky wasp
#

both really!

tardy aurora
#

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

plucky wasp
#

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!

tardy aurora
#

how can i listen to webhooks for account.updated can you please share doc for this and also for AccountLink object