#heleem
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
hi! what error exactly are you seeing?
Error 404 - Not found
When I am going to the recovery url which I am getting from the webhook after the session is expired
give me moment I will share the url
hmm why is it a Slack link?
where do you get that link from?
can you please share much more context like exact code and API calls you're making?
'checkout.session.expired' webhook
let data = event.data.object
const recoveryUrl = data.after_expiration?.recovery?.url;
what is the event ID evt_xxx that you're handling in the webhook where you do this?
or the CheckoutSession ID cs_test_xx
event id "evt_1OhsOJK7So9DkvApTdP1NUvN"
checkout session if "cs_test_a1oC3YAJcXGsrx3q5Yfsmvz7mFxMKrPYjPNCuxgW6dER4dZHesooXiZUls"
okay.
Does the browser affect the link redirection?
because I am still not able to access it from one of my chrome profile but I am able access it from another profile
Hey, stepping in here. Something is seemingly broken here as you shouldn't been seeing 404 errors like that on recovery session URLs. We've flagged it internally and the Checkout team will take a look and fix