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

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

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!