Skip to content

timothy-khom/stripe-integration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Prebuilt checkout page with subscriptions

Explore a full, working code sample of an integration with Stripe Checkout and the customer portal. The client- and server-side code redirects to a prebuilt payment page hosted on Stripe. Included are some basic build and run scripts you can use to start up the application.

Running the sample

  1. Build the server
pip3 install -r requirements.txt
  1. Run the server
export FLASK_APP=server.py
python3 -m flask run --port=4242
  1. Go to http://localhost:4242/checkout.html

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published