Set up payment methods on Braintree v2.0
Learn how to set up various payment methods, including ACH, Apple Pay, Credit Card, CC Ref, Google Pay, and PayPal, on the Braintree v2.0 payment gateway.
Use the following instructions to set up payment methods on the Braintree v2.0 payment gateway integration:
-
Set up ACH payment methods
-
Set up Apple Pay payment methods
-
Set up Credit Card payment methods
-
Set up CC Ref payment methods
-
Set up Google Pay payment methods
-
Set up PayPal payment methods
Set up Apple Pay payment methods
You can implement an Apple Pay button on your checkout page through JavaScript SDK integration. See Set up Apple Pay for more information.
Set up CC Ref payment methods
You can create Credit Card Reference Transaction (CC Ref) payment methods on Braintree v2.0 using the REST API operation . To create a CC Ref payment method, a multi-use payment method ID is required. See the following Braintree documentation for obtaining a multi-use payment method ID.
-
Payment Method: Create
-
vaultPaymentMethod
Set up Google Pay payment methods
You can implement a Google Pay button on your checkout page through JavaScript SDK integration. See Set up Google Pay with Zuora JavaScript SDK for more information.
Set up PayPal payment methods
You can set up PayPal on Braintree v2.0 through either of the following approaches:
-
Payment Form
-
JavaScript SDK integration
-
REST API operation
For more information, see Set up PayPal on Braintree v2.0 .
Related information
-
Overview of payment gateway integration for Braintree
-
Set up and configure a Braintree v2.0 payment gateway instance