Welcome to Zuora Product Documentation

Explore our rich library of product information

Create a UPI Intent Payment Page for EBANX

Learn how to create a UPI Intent Payment Page to accept UPI payments processed through your EBANX gateway.

  • The UPI Intent payment method type is enabled for your tenant.
  • You have an active EBANX merchant account with UPI enabled, and you have the Integration Key and the Public Integration Key from the EBANX dashboard.
  • Real-time reconciliation is enabled.
  • You have configured an EBANX gateway instance in Zuora.
  1. Navigate to Settings > Payments > Setup Payment Page.
  2. Click Create New Hosted Page.
  3. In the Type list, select UPI Intent.
  4. Enter values in the required fields, as described in the following table:
    Table 1. UPI Intent Payment Page fields
    FieldDescription
    TypeThe type of payment method that this page collects. Select UPI Intent.
    Page NameA unique, descriptive name for the Payment Page.
    Default Payment GatewayThe gateway that processes payments submitted through this page. Select the EBANX gateway instance that you previously configured.
    Hosted DomainThe domain on which your callback page resides, in the format https://www.example.com.
    Callback PathThe path of your callback page. Zuora appends this path to the Hosted Domain value to build the full callback URL.
    Page Title(Optional) A title displayed on the Payment Page.
    Page Description(Optional) A description displayed on the Payment Page.
    CSS(Optional) Custom CSS that styles the Payment Page to match your branding.
  5. (Optional) Configure the security settings for the page, such as Smart Bot Attack Prevention and the CAPTCHA submission thresholds.
  6. Click Save.

    Zuora generates a Hosted Page URL and a Page ID for the page.

Record the Page ID, because you pass it as a parameter when you render the page in your client application.