#Pdot-client-only-checkout
1 messages · Page 1 of 1 (latest)
Hi there! We really don't recommend client-only Checkout as it is legacy and no longer under development. Is there a reason why you don't want to use the Server-side Checkout?
No particual reason, this is my first time messing around with Stripe, and it was honestly the first article/blog I came across. Would you recommend a serverless checkout approch using AWS? If so any tips or blogs to get me started would be much appreciated
The core guide I'd recommend following is here: https://stripe.com/docs/payments/accept-a-payment. This is our basic accept a payment via Stripe Checkout.
How you handle the backend is really up to you and your stack.
just popping in here: when i was messing around with cloudflare workers, cloudflare's blog post on it was quite helpful: https://blog.cloudflare.com/announcing-stripe-support-in-workers/. might be of use to you :)
ah great stuff, thanks for getting me started. I'll reach out if anything comes up.
just noticed this too: https://github.com/stripe-samples/stripe-node-cloudflare-worker-template
oh wow, makes it even easier. Thanks olli
have fun :)