I am having trouble integrating my stripe checkout with my netlify site. What is the proper way to go about this? Every time I click my checkout button it brings me to a 404 site not found page.
my site is @ lovely-hummingbird-03d787 / www.kimiee-kreates.com
I’m seeing a 400 page not a 404. But in any case, that’s happening because you’re sending a request to a static HTML file. I don’t have a guide as such, but I’m assuming you’d need some serverless functionality to achieve this.
Understood, so would that mean I would have to run it through the client side server instead?
No, not client-side server (I’m not sure what that means), but instead use something like: Functions overview | Netlify Docs to run it through server-like environments.