#sarrielek
1 messages · Page 1 of 1 (latest)
Hi, can you add more details to your question? What events are you missing? Is it in live more? or test mode?
hi! sure, I'm on test mode. I have 2 accounts to mimic what we have in production environment and I added a webhook to each account listening to all events (or most of them).
one of those is invoice.payment_action_required. From one of the accounts I can get the webhook, but from the other no.
both webhooks are pointing to the same endpointURL
Can you share the request id for when these events should have triggered? One from each account? Here's how you can find a request ID: https://support.stripe.com/questions/finding-the-id-for-an-api-request
give a sec...
I have the successful event id: evt_1Mtxj3DlwozGEfS6p3ME2leE
and the one that was not sent: evt_1MtxlwIHw1MQegOXYlbVreDS
I think the issue here is due to different API versions being used.
the events are sent on api version 2019-02-11
I can see my webhooks are both on 2016-07-06
Ah, I see the issue here. Your account, acct_18qskBIHw1MQegOX does not have a account webhooks setup. I see Connect webhooks, https://stripe.com/docs/connect/webhooks?locale=fr-CA and the webhook on the main account was disabled.
Can you check on that?
I did not know about account and connect webhooks. I think I'll need to check those