Welcome to Zuora Product Documentation

Explore our rich library of product information

Implement one-time payment flows on Braintree

Learn how to configure and integrate a Payment Page 2.0 to process one-time payment flows with Credit Card methods on Braintree.

You can configure and integrate a Payment Page 2.0 to support processing the following payment flows with Credit Card payment methods on both versions of the payment gateway integrations for Braintree:

  • Create and save a payment method.

  • Process a one-time payment without saving the payment method.

  • Process the first payment and save the payment method for subsequent recurring payments.

You need to pass in additional client parameters in the Z.render function to support the use case of authorization amount processing or invoice processing .

Complete the following tasks to implement a Payment Page 2.0 to support one-time payment flows:

  1. Review prerequisites.
  2. Set up a Payment Page 2.0.
  3. Request a signature for the Payment Page from Zuora.
  4. Set up your client code to integrate the Payment Page to your web page.
  5. Implement the callback response.