Create and Configure Payment Pages 2.0
You can create and configure Payment Pages 2.0 through Zuora UI for the following payment method types:
- Credit Card
- Credit Card Reference working with the Stripe v2 gateway (Limited Availability)
- CyberSource Token for Credit Card Reference working with the CyberSource Tokenization gateway (Limited Availability)
- Bank Transfer, including the following Bank Transfer types:
- SEPA
- ACH
- UK Direct Debit
- AU Direct Entry
- New Zealand Direct Debit
- Sweden Direct Debit (Autogiro)
- Denmark Direct Debit (Betalingsservice)
- Canadian Pre-Authorized Debit (PAD)
- iDEAL on Adyen
- PIX on Ebanx
The creation of Payment Pages 2.0 is not supported through APIs.
For the support on integrations requested through the Specialized Payment Connections service, see the article for the specific integration.
Create and configure Payment Pages 2.0
Before you create a Payment Page 2.0, ensure that you have understood the tenant-level settings available for configuration and security measures to implement.
For instructions on creating and configuring Payment Pages 2.0 for different payment method types, see the following articles:
- Configure Credit Card Type Payment Pages 2.0
- Configure Credit Card Reference Payment Pages 2.0 for CyberSource Tokenization
- Configure Credit Card Reference Payment Pages 2.0 for Stripe v2
- Configure Bank Transfer type Payment Pages 2.0
- Configure iDEAL type Payment Pages 2.0
- Configure PIX type Payment Pages 2.0
Tenant-level settings for Payment Pages 2.0
You can configure the following tenant-level settings for your Payment Pages:
- Tenant-level security settings, including the API public key, rate limiting, and Google Cloud account for the Google reCAPTCHA service.
- Raw Gateway Info Configuration - With the Need to Return Raw Gateway Info setting enabled, the raw gateway information can be returned in Payment Pages 2.0 responses. For detailed information about fields returned in rawGatewayInfo for different gateways, see Fields returned in rawGatewayInfo.
- Blacklisted Card BINs
To enable this feature, submit a request at Zuora Global Support, and make sure that the page-level Client-Side Validation setting is enabled.If you want to block cards from being added through payment pages, enter card prefixes separated by commas in this field. The cards defined in the blacklist will not be added in Zuora nor submitted to gateways. The prefix with fewer digits defines a broader block of cards. For example, if you enter 4,522303 in this field, all Visa cards (defined by the prefix ‘4’) and Costco branded Mastercards (defined by the prefix ‘522303’ ) will be blocked.
By default, a maximum of 1,800 characters, including letters, digits, and commas, is allowed for this field. The block will take place on the client side. If you want to increase this limit or perform server-side blocking for a set of BINs, submit a request at Zuora Global Support. You can then upload a .txt file from this field in any of the following valid formats:
- All blocked BINs in one line, separated by commas
- Multiple lines, with each line containing blocked BINs separated by commas
Note that the Blacklisted Card BINs feature does not work for payment pages implemented through Direct POST.
- Validate Client-Side HPM Parameters - With this setting enabled, the client parameters in the requests for rendering or submitting Payment Pages 2.0 are validated by comparing with the values specified in the digital signature. see Security Measures for Payment Pages 2.0 for more information.
- Allow Subdomain Callback for Hosted Pages - With this setting enabled, your hosted payment pages and callback pages can reside in the subdomain of the hosted domain that you specified when configuring the payment pages. For more information about configuring the payment pages, see the articles listed in the Create and configure Payment Pages 2.0 section.