#matteov7
1 messages · Page 1 of 1 (latest)
Those look like errors on your server
They're 500s when attempting to contact your server with the webhook event
You'll need to check your logs and debug the issue
let me check
No such checkout.session: cs_live_b1DOIctmp7YCkKPMTIhPkO9Y78Yq35WaQf5TBVTHYWzwgLxR9wc4r3AMMR
how can i check if exist this checkout?
I see that checkout session id exists
Can you share the request id where you are getting this error?
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
I don't see requests in error
my code ( s is the checkout session in input)
is there anyone?
From this event evt_1NOiuPLMvWOOR5Fm4sYsBS7x you can see the checkout session id but when i try to get it, i receive error.
HI 👋
can you share the request ID for the request where you try to retrieve the Checkout Session?
req_1yrXYU3hnXa2Mf
the GET request doesn't go in error, but the Stripe SDK throw Exception: No such checkout.session: cs_live_b1DOIctmp7YCkKPMTIhPkO9Y78Yq35WaQf5TBVTHYWzwgLxR9wc4r3AMMR
solved. When i create the object SessionService i have to pass a stripe client with api key.
thank you