#BearMan

1 messages · Page 1 of 1 (latest)

coral arrowBOT
still apex
#

Can you share an example evt_xxx ID?

spare hemlock
#

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)

still apex
#

Taking a look!

spare hemlock
still apex
#

The key difference between those 2 events you shared is the account on which they occurred:

  • evt_1MUo1pAlU8IbS42Hi1MrZG2I on acct_1BlddwAlU8IbS42H
  • evt_1MUoHBPGSgm4Y5IkLgLrHx4X on acct_1LdLmyPGSgm4Y5Ik
#

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

Learn how to use webhooks with Connect to be notified of Stripe activity.

#

You need to re-create the same webhook, but check this box:

spare hemlock
spare hemlock
#

Many thanks!

still apex
#

np!