Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 639 Bytes

File metadata and controls

14 lines (9 loc) · 639 Bytes

Braintree Python Integration Examples

This project contains examples of integrating with the Braintree payment gateway using the Braintree Python Library.

tr_checkout

A webapp example of creating one time transactions using the Braintree transparent redirect API. See tr_checkout/README.md for more information.

tr_checkout_app_engine

A webapp example of creating one time transactions using the Braintree transparent redirect API. Designed for Google App Engine. See tr_checkout_app_engine/README.md for more information.