Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/monty5811/donate-form
- Owner: monty5811
- License: mit
- Created: 2019-08-21T10:55:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T02:45:32.000Z (about 2 years ago)
- Last Synced: 2023-08-25T18:55:53.722Z (over 1 year ago)
- Topics: netlify, netlify-functions, stripe, stripe-checkout, tailwindcss
- Language: HTML
- Homepage: https://donate-form-example.netlify.com/
- Size: 985 KB
- Stars: 8
- Watchers: 3
- Forks: 5
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# donate-form
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