#CrochetPomelo-connectwebhooks

1 messages · Page 1 of 1 (latest)

strong pawnBOT
rough leaf
#

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

cyan bobcat
#

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?

rough leaf
#

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

strong pawnBOT
cyan bobcat
#

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?

rough leaf
#

Any events associated with Connect Accounts

#

As for events that occur on your account, you will receive all the events you listen for

cyan bobcat
#

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?

crisp wind
#

Hopping in here since snufkin has to head out soon

#

The transfer event should also be on the platform account

cyan bobcat
#

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?

crisp wind
#

Yeah the Connected account wouldn't be getting a transfer event if you're using destsination charges

cyan bobcat
#

if i don't have a type Connect endpoint, will the connect account.update events go to the type Account webhook?

crisp wind
#

If you want the account.updated events for your connected accounts those are ONLY sent to a Connect endpoint

cyan bobcat
#

got it, thank you so much!

#

Is there a list of events that only sent to the Connect endpoint anywhere?

crisp wind
#

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)