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:
- Review prerequisites.
- Set up a Payment Page 2.0.
- Request a signature for the Payment Page from Zuora.
- Set up your client code to integrate the Payment Page to your web page.
- Implement the callback response. See Advanced Integration of Payment Pages 2.0 for more information.