#munlightshadow
1 messages · Page 1 of 1 (latest)
They would be sent to your connect webhook: https://stripe.com/docs/connect/webhooks
You would have to configure that separately
Sorry, in this doc I didn't find - what event stripe send when user will finish onboarding?
"Connect webhooks are for activity on any connected account. This includes the important account.updated event for any connected account and direct charges."
Is that a connect webhook endpoint or platform endpoint?
after complete I think stripe should send event account.updated. But nothing
"Is that a connect webhook endpoint or platform endpoint?" - sorry, I don't know. How can I understand it?
Yeah that is an Account webhook for your platform: https://stripe.com/docs/connect/webhooks#connect-webhooks
Read that section
You need a connect webhook endpoint
Yes
UNDERSTAND!! THANKS!!!!
That will then receive account.updated events from the connected account
So you will need 2 webhook endpoints
1 for the events on your account
And another for events on your connect account
Yes, understand. Thank you very much!