#Aurelius-webhook
1 messages · Page 1 of 1 (latest)
Maybe you have set multiple webhook endpoints, and some delivered and some hasn't? Do you have the PaymentIntent Id?
"evt_3K7BWeDtAqr0NEuG1sqOp2Nb"
Hmm I see all event succeed. Where are you seeing them pending?
When I select the Webhooks tab and select checkout.session.completed event under the request data
under the livemode field it has
"pending_webhooks": 3,
line 69
Could you screenshot?
Could you paste me the event id of that checkout.session.completed? The id above is a payment_intent.succeed
"evt_1K7BWvDtAqr0NEuGr0dtRjay"
Do you see the same in this URL? https://dashboard.stripe.com/test/events/evt_1K7BWvDtAqr0NEuGr0dtRjay
When I test my webhook more, It seems the intial events sent from stripe don't work. But when I resend it the webhook on my site triggers
can you create an event that initial request doesn't work, then instead of resend it, paste us its id
I have been playing around with different scenarios and I think it's an issue with netlify functions than stripe