Class | ActiveMerchant::Billing::BraintreeGateway |
In: |
lib/active_merchant/billing/gateways/braintree.rb
|
Parent: | Gateway |
URL | = | 'https://secure.braintreepaymentgateway.com/api/transact.php' |
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.