Create payment methods on Windcave
Learn how to create Credit Card payment methods on Windcave using REST API, hosted payment page, or Zuora UI approaches.
This payment gateway integration can be requested through the Specialized Payment Connections service at an additional cost.
To create Credit Card payment methods on Windcave, use one of the following approaches:
-
REST API approach
-
Hosted payment page approach
-
Zuora UI approach
REST API approach
You can create tokenized Credit Card payment methods through the Create a payment method API operation. Use one of the following options.
Hosted payment page approach
You can implement a hosted payment page through the Payment Pages 2.0 solution to collect your customer’s payment method data and create the payment method in Zuora. When creating a payment method through the hosted payment page, a token is generated and stored for the payment method.
If you want to enable 3D Secure for your payment page, when setting up a hosted payment page , select the Enable 3D Secure 2.0 checkbox and select the Windcave gateway instance that you created from the Default Payment Gateway dropdown list.
For more information about the implementation of hosted payment pages, see Payment Pages 2.0 implementation overview .
Zuora UI approach
For more information on creating payment methods through the UI, see Set up the payment method through the Zuora UI . When creating payment methods through the UI, a token is generated and stored for the payment method.
Required configuration settings
For tokenized payment methods, you must validate them in Zuora so that payments made with these payment methods are successful. To validate tokenized payment methods, enable the following settings on the gateway instance configuration page:
-
Verify new payment method
-
Verify updated payment method
Related information
-
Overview of Windcave payment gateway integration
-
Set up and configure a Windcave payment gateway instance
-
Field mappings for credit card transactions through Windcave