#CrochetPomelo-connectwebhooks
1 messages · Page 1 of 1 (latest)
Hi 👋
In that case you will be receiving all the webhooks for your Connect Accounts on that endpoint.
You register the event types with the webhook so you will receive the events you are listening for
The only events you may be missing are ones that occur on your platform account
Hello! I thought the account type is designated for the platform account, wouldn't they just blend in?
Also, in this case, I would be both getting the test connect events too right?
Oh wait, sorry other way around. Account endpoints will only include webhooks related to events occurring on your account
Connect webhooks will contain all events related to connected accounts
We don't "blend" these events
so as a platform, if i don't have a type Connect endpoint, i wouldn't receive account updates for the connected accounts? could you think of other events I might not receive?
Any events associated with Connect Accounts
As for events that occur on your account, you will receive all the events you listen for
I'm doing destination charges, so for all intents and purposes, the webhook type Account will basically process all the refund/dispute/charges events happening on the platform accounts, even the transfer to the connected account will go there
or will the transfer event only go to the type Connected?
Hopping in here since snufkin has to head out soon
The transfer event should also be on the platform account
so even if i listen to the transfer event in the webhook type Connect, i would not be receiving it there because its a connected account event right?
Yeah the Connected account wouldn't be getting a transfer event if you're using destsination charges
if i don't have a type Connect endpoint, will the connect account.update events go to the type Account webhook?
If you want the account.updated events for your connected accounts those are ONLY sent to a Connect endpoint
got it, thank you so much!
Is there a list of events that only sent to the Connect endpoint anywhere?
There isn't a list of events that are ONLY sent to connect endpoints but we do have a list of events that we recommend listening for if you have a connect integration: https://stripe.com/docs/connect/webhooks
Really there are very few event types that are ONLY sent to a connect endpoint - event account.updated events can be sent to your own Account webhook but those will only be for updates to your own account (not updates for your connected accounts)