Class ActiveMerchant::Billing::BraintreeGateway
In: lib/active_merchant/billing/gateways/braintree.rb
Parent: Gateway

Methods

authorize   capture   delete   new   purchase   update   void  

Constants

URL = 'https://secure.braintreepaymentgateway.com/api/transact.php'

Public Class methods

Public Instance methods

Pass :store => true in the options to store the payment info at BrainTree and get a generated customer_vault_id in the response. Pass :store => some_number_or_string to specify the customer_vault_id BrainTree should use (make sure it‘s unique).

Update the values (such as CC expiration) stored at BrainTree. The CC number must be supplied in the CreditCard object.

[Validate]