#waleedumer42-webhook-events

1 messages · Page 1 of 1 (latest)

prisma jolt
#

Hey, can you share some Event IDs (evt_xxx)?

trail anchor
#

sure

#

evt_1KmD1m2HZs5ikx4Jq0P2rUMR

prisma jolt
#

Why am i receiving 3 webhook triggers?
What do you mean by this?

#

That particular event was only sent to your webhook endpoint once (and we received a 200 response)

trail anchor
#

I mean to say that one webhook is sending 3 triggers,

#

evt_1KlqTZ2EdH8WivyRiVRYQfJo
evt_1KlqTc2EdH8WivyR3FF60IV9
evt_1KlqTf2EdH8WivyRG4H4RaCW

#

these 3 events were sent on single account update,

#

so whenever I update an account, webhook sends me 3 events,

prisma jolt
#

Each event corresponds to a different update to the account object

#

It's likely that the requirements or capabilities hash was changed on the account, so the event is sent to alert you to that

trail anchor
#

I am only updating user's first_name this will send me 3 different events?

prisma jolt
trail anchor
#

Okay great,

#

Let suppose if the user's account status got changed by stripe, i.e pending to verified, what event will be triggered in that case?
account.updated

prisma jolt
#

Yep!

trail anchor
#

then what account.application.authorized event is used for?