Welcome to Zuora Product Documentation

Explore our rich library of product information

Configure Bank Transfer type Payment Pages 2.0

This guide explains how to configure Payment Pages 2.0 for Bank Transfer type payments, including prerequisites and specific settings for GoCardless.

This article describes how to configure Payment Pages 2.0 to enable your customers to create payment methods of the Bank Transfer type. For details about compatibility with the browsers, see Browser Support Policy .

Prerequisites

Mandate PDF setting specific for GoCardless

For the bank transfer type of payment pages on GoCardless, when creating a new payment page, select Retrieve Mandate PDF in the Confirmation Dialog section to meet GoCardless’ implementation requirements for scheme compliance, which requires the ability for end users to view and download the mandate at the time it is being generated. With this setting selected, Zuora retrieves the dynamic link of the mandate PDF file from the GoCardless gateway. The confirmation dialog will contain all the required consent information and a link to the mandate PDF file for end users to download. It is recommended to review the confirmation dialog template first and then make further updates to the template for your needs.

For the existing bank transfer type of payment pages on GoCardless, in addition to enabling the Retrieve Mandate PDF setting, add the following code to your confirmation dialog template:

  • In the HTML section, add the following code to a position according to the design of your confirmation dialog layout. For example, you can add the following code in front of the code block for the confirmation button: <div class="section"> <a class="mandate_pdf_download">Mandate PDF can be downloaded here</a> </div>

  • In the CSS section, add the following code within the <style> </style> tag: .mandatePage .mandate_pdf_download { color: #50AFB1; }

Note:

The Retrieve Mandate PDF setting is only available for bank transfer type of payment pages on GoCardless.