Welcome to Zuora Product Documentation

Explore our rich library of product information

3D Secure 1.0 for Payment Pages 2.0

This article discusses the legacy 3D Secure 1.0 for Payment Pages 2.0, its deprecation, and how to enable it for specific payment gateways.

This article is about the legacy version of 3D Secure (3D Secure 1.0). All major card networks have deprecated their support for 3D Secure 1.0 as of October 2022 and it is no longer a viable option for PSD2. If you have any questions about this legacy feature, submit a request at Zuora Global Support .

The latest version of the 3D Secure standard is 3D Secure 2.0 (3DS2) and it is one of the requirements of PSD2 . To learn about 3D Secure 2.0, see Zuora's implementation of 3D Secure 2.0 .

3D Secure is an abbreviation for Three Domain Secure, which is the payment industry’s Internet Authentication Standard. Zuora supports both 3D Secure (3D Secure 1.0) and 3D Secure 2.0 for Payment Pages 2.0, to ensure enhanced security and strong authentication for consumers.

This article describes how to enable 3D Secure (1.0) for Payment Pages 2.0. This feature is available for the following payment gateway integrations:

  • Worldline Global Collect

  • NETS

When you configure a Payment Page for the Credit Card payment type in the Zuora UI, you can select the Enable 3D Secure check box in the Security Information area to enable the 3D Secure feature. The Inline Button Outside mode only supports 3D Secure 1.0 on Payment Pages 2.0.

To use the 3D Secure feature, you must select the Verify new credit card check box on the corresponding payment gateway configuration page. Otherwise, 3D Secure will not be performed even if you enable the 3D Secure feature.

Prerequisites

If you are interested in using the 3D Secure functionality, you must go through a series of procedures to ensure that the feature can be used.

  • The 3D Secure feature must be performed with the full amount of a transaction. Therefore, you might have to adjust the website workflow to ensure that consumers have completed the shopping selection first.

  • You have to specify a value for the authorizationAmount field, the client-side HPM parameter in the request for rendering Payment Pages 2.0. If the value is not specified or equals 0 , Zuora will skip the 3D Secure process.

  • You must enable the Validate Client-side HPM Parameters feature to better protect the client-side HPM parameter in the request for rendering or submitting Payment Pages 2.0.

  • You must be using the 1.3.0 or later version of zuora.js .

Supported Credit Card Types

All major credit card brands support this standard under their own label. Currently, Zuora supports the 3D Secure feature for the following credit card types.

  • Visa - Verified by Visa

  • Mastercard - Mastercard SecureCode

  • American Express - SafeKey

If consumers enter other card types, Zuora skips the 3D Secure process.

Different Behaviors between Button Inside and Button Outside

After the 3D Secure validation result is retrieved from the corresponding gateway, Zuora has to notify you of the result. The notification behavior differs for the form with the Submit button inside and that with the Submit button outside.

  • Button inside:

    • Zuora displays a simple page in the HPM iframe to show whether the validation is successful.

    • Zuora triggers the callback function with the payment method ID and 3D Secure result code.

  • Button outside:

    • Zuora redirects consumers to the callback page that you configured on Payment Page configuration page, with the payment method ID and 3D Secure result code.

    • No result page is displayed in the HPM iframe.

Limitations

The 3D Secure feature for Payment Pages 2.0 has the following limitations.

  • The 3D Secure feature can only be enabled for Credit Card type Payment Pages 2.0. While the 3D Secure feature is enabled, Zuora does not check whether 3D Secure is supported by the selected card type of the corresponding payment gateway. If the card type does not support 3D Secure, the enrollment check fails and normal authorization is performed.

  • When checking the 3D Secure enrollment of a credit card:

    • If the card is not enrolled with 3D Secure, Zuora directly performs authorization. You cannot control whether to conduct authorization.

    • If the card is enrolled with 3D Secure, Zuora goes through the 3D Secure process.

  • The 3D Secure page of the card issuer is rendered in the HPM iframe. The Payment Page does not know the exact size of the card issuer's page, so the HPM iframe might not be properly resized. Therefore, a scroll bar might be displayed for consumers to scroll to see the entire page. If you do not want the scroll bar, use the aforementioned customizable parameters to control HPM Iframe size .

  • When validating 3D Secure authentication:

    • Only the cycling icon is displayed. No progress bar is displayed in the HPM iframe. You should display a prompt message outside the iframe to remind consumers of not closing or refreshing the page.

    • If the 3D Secure authentication succeeds, Zuora directly performs authorization. You cannot control to perform authorization.

    • If the 3D Secure authentication fails, Zuora does not perform authorization. You cannot control whether to perform authorization.

  • After the validation of authentication, the result is displayed in the HPM iframe.

    • The result is displayed in pure text.

    • The HPM callback function is triggered, and the 3D Secure result and payment method ID are returned, including AuthTransactionID , ThreeDSResult , and AuthorizeResult .

  • Direct POST does not support 3D Secure for rendering or submitting Payment Pages 2.0.

  • The Subscribe action does not support 3D Secure for rendering or submitting Payment Pages 2.0.

  • The checkout page does not support 3D Secure for rendering or submitting Payment Pages 2.0.

  • If you want to cancel the authorization, associate the payment method with the account first, and then use the Cancel authorization REST API.