Skip to content
/ stripe-template Public template

Template for integrating stripe into your FastAPI application 💸

License

Notifications You must be signed in to change notification settings

yezz123/stripe-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe-Template

Template for integrating stripe into your FastAPI application 💸, Useful to generate a checkout session needed to save customers payment methods for recurring payments (in particular SEPA debits).

Usage

Install dependencies

pip install -e .

Run the application

uvicorn app.main:app --reload --workers 1 --host 0.0.0.0 --port 8000

Run the tests

bash scripts/test.sh

NOTES: You need to have a .env file in the root of the project with the following variables:

STRIPE_API_KEY= sk_test_* # Your stripe API key

About

Template for integrating stripe into your FastAPI application 💸

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published