Creating a Braintree Gateway

Learn and practice how to create a Braintree gateway.

We'll cover the following

Overview

In this chapter, we will go over a step-by-step implementation guide for integrating the Braintree payment gateway into our applications. For this basic implementation, we will be using the Python-based server SDK provided by Braintree.

Note: To keep things simple, we are not using a separate client in this implementation. Because of this, we will be slightly modifying some of the steps. However, in the final chapter of this course, we will create a demo application in React where we will set up both our client and server separately using their relevant SDKs. Thus, you will understand the complete workflow of Braintree.

Get hands-on with 1200+ tech skills courses.