Implement one-time payment flows on Stripe v2
Learn how to configure and integrate a Payment Page 2.0 to process one-time payments using Stripe v2, including setting up payment methods and handling authorization or invoice processing.
You can configure and integrate a Payment Page 2.0 to support processing one-time payments for the following payment methods on the Stripe v2 payment gateway integration:
-
Credit Card
-
Credit Card Reference Transaction
You can also take advantage of the flow to create a payment method, process a one-time payment, and store the payment method for processing 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:
- 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.
If you want to implement payment flows for processing local payments in INR in India , see Implement one-time payment flows for processing payments in India. The implementation is different from what is described in this article.