#Tyren
1 messages · Page 1 of 1 (latest)
Hi 👋 are you expecting to receive the account.updated events that are related to your Connected Accounts, or the ones related to your Platform account?
The event does not appear in logs
I expect to receive the events related to connected accounts
When they finishes onboarding
Gotcha, the webhook endpoint that you had initially set up, what do you see in the type column for it on this page?
https://dashboard.stripe.com/test/webhooks
"Compte" which is French for Account
Oh ok, the webhook is different
I've been using the local redirection for all development so I never saw the difference
Gotcha, so that will be listening for events from your account (the Platform). To listen for events from Connected Accounts you'll need to create a new Webhook Endpoint with the Connect type.
So i'll need to create 2 webhooks, one for connected accounts account events and one for my account payment_intent events
Yup, exactly
Thanks !
Any time!