#JCrags-checkout
1 messages · Page 1 of 1 (latest)
Hi! Give me a few minutes to look into this.
Sorry for the delay. That's something that you will have to do on your end:
- listen to the
checkout.session.async_payment_failedevent - and send an email to your customer to retry, by creating a new Checkout Session
Ok, so basically I just create a new checkout session with the same parameters. So that means the old session is deleted on Stripe side and can't be "re-used" or something based on the it's ID to "restart" the checkout session?
Correct, you wouldn't be able to re-use the original session and should create a new one
Thanks, that's all I needed to know! 🙂 Have a good day!
Of course, you as well