https://github.com/somebody4545/stripetest
Simple Stripe payment accepting implementation that can be used for other projects very easily
https://github.com/somebody4545/stripetest
html python stripe stripe-api
Last synced: 4 months ago
JSON representation
Simple Stripe payment accepting implementation that can be used for other projects very easily
- Host: GitHub
- URL: https://github.com/somebody4545/stripetest
- Owner: somebody4545
- License: mit
- Created: 2021-10-10T21:21:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-15T02:08:13.000Z (over 3 years ago)
- Last Synced: 2024-12-29T12:42:28.018Z (6 months ago)
- Topics: html, python, stripe, stripe-api
- Language: Python
- Homepage: http://stripetest.somebody4545.repl.co/
- Size: 24.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stripe
Simple Stripe payment accepting implementation that can be used for other projects very easily.to use, just remove "import os" and replace the variables for the public and private key with your own from Stripe's website.
Go to https://stripe.com for info on how to fulfill orders and set it up!