#TheF1ng3r - Webhooks
1 messages · Page 1 of 1 (latest)
Like the checkout event?
No, the ID of the checkout.session.completed event that you didn't receive. It should start with evt_.
There was no event for that
Can you give me the Checkout Session ID?
evt_3JwcWOJlVOwRBrpR0Uhngi8R
This is the one for the event payment_intent.succeeded
Taking a look, hang on...
Ok
What event type were you expecting to receive about this Payment Intent?
The checkout.session.complete
I suspected this is the event once the checkout is finished and I have received the money
Should I use the charge.succeeded event?
This Payment Intent is not associated with a Checkout Session, it was created directly by your code in this request: https://dashboard.stripe.com/logs/req_nMH3omiUIKgRmF
Checkout is not involved at all, so no checkout.session.completed event exists.
You may want payment_intent.succeeded instead.
Have a look here for more details: https://stripe.com/docs/payments/payment-intents/verifying-status#webhooks
Ok
Thanks for the help