/braintree_ruby_examples

examples of integrating with braintree using ruby

Primary LanguageRubyMIT LicenseMIT

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.

mobile_app

An example server for supporting mobile applications

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.