Skip to content

GSLabDev/braintree_flask_checkout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Braintree Flask Example

An example Braintree integration for python in the Flask framework.

Setup

  1. Configure Add your Braintree private key, public key and merchant ID in .env file.

  2. Install

$ pip install -r requirements.txt
  1. Start Server
$ export FLASK_APP=run.py
$ flask run

Demo

Application flow

About

An example Braintree integration for python in the Flask framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published