#matteov7

1 messages · Page 1 of 1 (latest)

tepid zenithBOT
humble musk
#

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

spark idol
#

let me check

#

No such checkout.session: cs_live_b1DOIctmp7YCkKPMTIhPkO9Y78Yq35WaQf5TBVTHYWzwgLxR9wc4r3AMMR

#

how can i check if exist this checkout?

humble musk
#

I see that checkout session id exists

#

Can you share the request id where you are getting this error?

tepid zenithBOT
spark idol
#

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.

chrome harbor
#

HI 👋

can you share the request ID for the request where you try to retrieve the Checkout Session?

spark idol
#

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