Noel Minchow

Paysly - Verifiable Payments in a Single API Call

by
Paysly allows developers to create payment flows using Stripe Elements or Checkout - all from the fronted. Payments are JWT signed, so you can send them to your server for verification with no additional logic.

Add a comment

Replies

Best
Noel Minchow
Historically, I have had a few projects where I wanted to use Stripe Elements to create in-line payments forms on static sites, but using Stripe Elements requires a backend server setup. You can find a bunch of tutorials and examples online to guide you through the setup of a basic web server to accept payments on your site using Stripe (which is handy) but I was curious if I could create a generic solution to this problem. And thus, Paysly was born! At its core, Paysly allows developers to create payment flows using Stripe Elements - all from the fronted. During development, I though it would also be cool if it supported the creation of dynamic Stripe Checkout flows from the frontent as well, and provided a way to verify both kinds of payments using JWTs.