#Nacio-checkout
1 messages · Page 1 of 1 (latest)
hi! the customer is redirected (a GET)to your success_url and there are some URL query parameters added. Your backend also gets a webhook event from Stripe.
(In test mode at least) it only redirects to the success url, with no parameters
And is there a way to verify it in a different way if you'd miss the event?
yeah you have to use {CHECKOUT_SESSION_ID} as a template like in the docs link I shared
the event is retried over 72 hours if you don't receive it
you can also poll https://stripe.com/docs/api/checkout/sessions/list for successful sessions in a daily job if you need to