A place for programmers of all languages to come and chat, show off what they've done, and general shop talk.
Quick tutorial about accepting payments on your site with NextJS, Stripe, and Micro
Accept payments on your site with NextJS, Stripe, and Micro
I often create small side projects where I'd like to charge for a single product. Rather than pay fees to use Plasso or Gumroad, you can make your own stripe server! In this tutorial, I walk you through how to add a payment form to your app or website.
hackernoon.com




[Content deleted by author]
Hope you find it helpful! I know a lot of people starting to think about payments for their sites, and came across this tutorial that seemed pretty straightforward.
Is it safe?
Is what part safe?
Good question. Wholistically?
I'll be honest, I've not opened the page to review it. And in fact am absolutely clueless as to what sort of vulnerabilities this sort of application might be prone to. I'm just curious to know how safe it is to use?
Stripe itself is pretty safe, and I believe this tutorial is just tying into their API
Stripe's docs can be found over here.
Awesome :) thank you.