#Dan The Man ๐จ๐ฆ
1 messages ยท Page 1 of 1 (latest)
Hi there. Give me a minute to catch up here
sure thing, thanks!
I recommend sending the url back to the client and just using javascript to redirect to that url
ie. just send: https://stripe.com/docs/api/checkout/sessions/object#checkout_session_object-url back to the client and redirect to that clientside
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
stripe?.redirectToCheckout({ sessionId }); is likely still referencing your platform key. But what I shared above is the preferred approach anyway
oh ok, interesting. I'll try that. Thanks ๐