#BearMan
1 messages · Page 1 of 1 (latest)
Can you share an example evt_xxx ID?
Hi @still apex
sure, sec
An example of a customer updated, working: evt_1MUo1pAlU8IbS42Hi1MrZG2I
An example of a (custom) account adding an external account, not triggering webhook: evt_1MUoHBPGSgm4Y5IkLgLrHx4X
(For the above, I had to view connect account's custom dashboard events)
Taking a look!
The issue is: this event and the like aren't being sent via the webhook to my backend.
The key difference between those 2 events you shared is the account on which they occurred:
evt_1MUo1pAlU8IbS42Hi1MrZG2Ionacct_1BlddwAlU8IbS42Hevt_1MUoHBPGSgm4Y5IkLgLrHx4Xonacct_1LdLmyPGSgm4Y5Ik
Is this the webhook you're expecting to receive events at? https://dashboard.stripe.com/webhooks/we_1Kzbc5AlU8IbS42H1qnzU7uX
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's not configured as a Connect webhook (https://stripe.com/docs/connect/webhooks) so won't listen/receive events from any connected accounts, like acct_1LdLmyPGSgm4Y5Ik (which is what evt_1MUoHBPGSgm4Y5IkLgLrHx4X is). It's only set to receive events from your platform account: acct_1BlddwAlU8IbS42H
You need to re-create the same webhook, but check this box:
Ah, yes
Reviewing this, gimme a sec
Not sure how I missed it this time.
Many thanks!
np!