Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

26 lines (16 loc) · 1.06 KB

Braintree Ruby Integration Examples

This project contains examples of integrating with the Braintree payment gateway using the Braintree Ruby gem.

rails_s2s_checkout

A Rails example of creating one time transactions using the Braintree server-to-server API. See rails_s2s_checkout/README for instructions on running the example.

rails_tr_checkout

A Rails example of creating one time transactions using the Braintree transparent redirect API. See rails_tr_checkout/README for instructions on running the example.

rails3_tr_checkout

A Rails 3 example of creating one time transactions using the Braintree transparent redirect API. See rails3_tr_checkout/README for instructions on running the example.

rails3_tr_devise

A Rails 3 example of linking a Braintree Customer with a local Devise user using the Braintree transparent redirect API. See rails3_tr_devise/README for instructions on running the example.