Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/monty5811/donate-form

example severless donate form with stripe & netlify
https://github.com/monty5811/donate-form

netlify netlify-functions stripe stripe-checkout tailwindcss

Last synced: 3 months ago
JSON representation

example severless donate form with stripe & netlify

Awesome Lists containing this project

README

        

# donate-form

flow chart

This repo is an example of how to build a donation form with Stripe & Netlify.

* [DEMO](https://donate-form-example.netlify.com/)
* More info [here]()

There are two main components:

1. A super simple
[form](https://github.com/monty5811/donate-form/blob/master/index.html) with
some JS to handle the redirect flow
2. A [netlify
function](https://github.com/monty5811/donate-form/blob/master/netlify_functions/get_checkout_session.js) to talk to the Stripe API