#benjamineugenewhite
1 messages · Page 1 of 1 (latest)
Can you send me an event ID (evt_123) from an account you are getting these events for and one from an account that you aren't getting the events for?
yes
not getting: evt_1MRdvuJNN4iokwSv1UGuqGfB
This one works: evt_3MRdVOPezZ91ser10vdudV3x
Thank you. Will check in to those in a moment
Appreciate it.
Apologies for the delay. So it looks like evt_1MRdvuJNN4iokwSv1UGuqGfB is an invoice.payment_succeeded event but none of your three live mode connect endpoints listen for that event type
https://dashboard.stripe.com/webhooks/we_1LQfyqBMAMOLTEak3tbepTAw
https://dashboard.stripe.com/webhooks/we_1KEKbJBMAMOLTEakD4NqmVTW
https://dashboard.stripe.com/webhooks/we_1JraUCBMAMOLTEakQl2h2zdF
That second one actually listens to invoice.paid which should have also been sent off for that payment. We typically recommend using paid over payment_succeeded so it is possible that your integration is just using that.