pupattan / flask-stripe-example

Stripe Flask Example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stripe Flask Example

This is a simple example how to integrate stripe payment system into a flask app

Install:

pip install -r requirements.txt

Update stripe keys

Provide these values in app.py

STRIPE_SECRET_KEY = ''
PUBLISHABLE_SECRET_KEY = ''
CURRENCY = 'usd' # Change it if you need 

Run:

python app.py

About

Stripe Flask Example

License:MIT License


Languages

Language:HTML 55.9%Language:Python 44.1%