#Sean Lanning

1 messages · Page 1 of 1 (latest)

mild gardenBOT
wraith oracle
#

Hey there, do you have other webhooks working currently and its just this one, or are you trying to set up webhooks for the first time?

#

Can you shar an example event ID you expected to receive but did not?

last eagle
#

evt_1NXwYkJmyu3lEqhgB4RDfVTJ

#

No, we have been using WebHooks for a couple years

#

Our other WebHooks are working for the Platform account

#

We have a couple events that are tied to the Connected Account

wraith oracle
#

Gotcha, ok thanks, taking a look

last eagle
#

Our WebHooks for the Platform account are working as expected

#

This is the web hook ID that does not seem to be working we_1Mj7EzJmyu3lEqhgu7U0Sse2

#

This one IS working - we_1Mj7DEJmyu3lEqhgId4KVfLf

wraith oracle
#

Ok, so i think this comes down to a misunderstanding of Account vs Connect endpoints

#

That payout event you shared is for you own account, its only expected to go to your Account endpoint

#

Connect endpoints get events from your conencted accounts, eg when one of the connected accounts gets a payout

#

you don't get events about your own payouts there

#

Account webhooks are for activity on your own account (for example, most requests made using your API keys and without authenticating as another Stripe account). This includes all types of charges, except those made directly on a connected account.
Connect webhooks are for activity on any connected account. All events on the connected account are sent to the Connect webhooks. This includes the important account.updated event for any connected account and direct charges.

mild gardenBOT