#waleedumer42-webhook-events
1 messages · Page 1 of 1 (latest)
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)
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,
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
I am only updating user's first_name this will send me 3 different events?
Not necessarily everytime! But account requirements could change at any point, so your integration needs to handle this: https://stripe.com/docs/connect/identity-verification-api#verification-process
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
Yep!
then what account.application.authorized event is used for?