#KoalaKey
1 messages · Page 1 of 1 (latest)
Is there anything specific you're curious about? I haven't done this myself, but I can try and help
well I was playing around with the checkout quick start but using api gateway and a lambda function instead of a server and I got the lambda function to return a JSON response with the redirect URL. I guess where I am at now is do I just route the user to the URL in the front end application with a fetch request or use the lambda to redirect them? and I am not entirely sure this is a secure way of going about redirecting users to the chekout page
We have this exact setup. We have the Lambda function respond with a 302 redirect to the Stripe Checkout page. If you wanted to do it on the front end, I think that would be fine too.
oh really? Thats cool! Thanks for the info!