#Gophys-checkout session
1 messages · Page 1 of 1 (latest)
and where did you get that StripeException?
let me get you the piece of code that threw this exception
could you find the request id that generated this error? here's how you can find one https://support.stripe.com/questions/finding-the-id-for-an-api-request
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.
req_T28s82Ua0elObR here is the request
the checkout session is in live mode
whereas your get request was made with your test keys
so it's normal that you won't be able to access data from live mode with test keys
oh, that makes sense