#gcrespo
1 messages · Page 1 of 1 (latest)
the error is quite expressive
i know man
the Checkout Session you created is in test mode, and your front-end code is using a Stripe instance initialized with a live mode publishable key
they're not compatible
so how should I change the checkout session
are you testing in live mode? or in test mode?
in live mdoe
mode*
how should I change the checkout session to try to make it run on my app on live mode?
if I try it in test mode it works
but it doesnt on live
your backend code that generated the Checkout Session should also use the Live mode secret key
let me know if you need any more help