Renato79 / braintree-flask-python-integration

I created this application with Python / Flask framework to demostrate how you can integrate BrainTree payment gateway in your app or website by using Python SDK and BrainTree API. Braintree is a PayPal Service and a full-stack payments platform that makes it easy to accept payments in your app or website. All kinds of organisations can use Braintree to accept payments in mobile apps and websites.

Home Page:http://braintree-flask-integration.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PayPal BrainTree Integration with Flask Framework

View the live project here.

Official documentation.

I created this application with Python / Flask framework to demostrate how you can integrate BrainTree payment gateway in your app or website by using Python SDK and BrainTree API.

Braintree is a PayPal Service and a full-stack payments platform that makes it easy to accept payments in your app or website. All kinds of organizations can use Braintree to accept payments in mobile apps and websites.

Technologies Used

Features included in this project/webapp:

  • Braintree Python SDK using SandBox for testing

  • Enter a new transaction (Process a Sandbox payment)

  • Show transaction details

  • List all transactions (VISA only)

  • List includes: Date, Transcaction ID, Amount, Status, Response Code, Response Text, Payment Method, Action

  • Actions you can take on a transaction: Void a transaction, refund a transaction, void a refund

Languages Used

Frameworks and Libraries

You will need to use your own Merchant ID, Public Key, Private Key to interact with your Sandbox BrainTree account. Go to Sandbox, click on Settings at the top right (the gear icon), click on API, your account's details are right there. Replace these details in gateway/__ init__.py

How to complete a test transaction in this webapp

  • Testing CC - Documentation: You can choose any credit card listed on the Testing webpage. Be aware that each test amount listed on the webpage will trigger the associated authorization response. Also be aware that my "Transaction List" page includes only payments issued by VISA, then choose a VISA CC if you would like to see your transaction details and interact with it.

Tips and deployment

How to set up your Python and Flask development environment

  • Install Flask: Follow these steps (just a few lines) to create a virtual environment and install Flask

  • Install the requirements:

pip3 install -r requirements.txt
  • Flask Quickstart: Check this documentation if you are not familiar with Flask, this will be very helpful.

How to Fork and Clone

Forking the GitHub Repository

By forking the GitHub Repository we make a copy of the original repository on our GitHub account to view and/or make changes without affecting the original repository by using the following steps...

  1. Log in to GitHub and locate the GitHub Repository
  2. At the top of the Repository (not top of page) just above the "Settings" Button on the menu, locate the "Fork" Button.
  3. You should now have a copy of the original repository in your GitHub account.

Making a Local Clone

  1. Log in to GitHub and locate the GitHub Repository
  2. Under the repository name, click "Clone or download".
  3. To clone the repository using HTTPS, under "Clone with HTTPS", copy the link.
  4. Open Git Bash
  5. Change the current working directory to the location where you want the cloned directory to be made.
  6. Type git clone, and then paste the URL you copied in Step 3.
$ git clone https://github.com/Renato79/braintree-flask-python-integration/
  1. Press Enter. Your local clone will be created.
$ git clone https://github.com/Renato79/braintree-flask-python-integration/
> Cloning into `CI-Clone`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.

Click Here to retrieve pictures for some of the buttons and more detailed explanations of the above process.

About

I created this application with Python / Flask framework to demostrate how you can integrate BrainTree payment gateway in your app or website by using Python SDK and BrainTree API. Braintree is a PayPal Service and a full-stack payments platform that makes it easy to accept payments in your app or website. All kinds of organisations can use Braintree to accept payments in mobile apps and websites.

http://braintree-flask-integration.herokuapp.com


Languages

Language:HTML 61.2%Language:Python 23.4%Language:CSS 15.3%Language:Procfile 0.1%