Welcome to Zuora Product Documentation

Explore our rich library of product information

Implement one-time payment flows on Fat Zebra

Learn how to implement a hosted payment page using Payment Pages 2.0 to support various payment flows on Fat Zebra, including creating and saving payment methods, processing one-time payments, and handling recurring payments.

You can implement a hosted payment page through the Payment Pages 2.0 solution to support the following flows on Fat Zebra:

  • 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

When validating and creating the payment method, Zuora requests a token from the gateway using the card or account number. This token is saved in Zuora and will be used to process recurring payments.

Complete the following tasks to implement a Payment Page 2.0 to support the 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. See Advanced Integration of Payment Pages 2.0 for more information.