Welcome to Zuora Product Documentation

Explore our rich library of product information

Payment Page Signature for EBANX One-Time and UPI Payments

Learn how to request a digital signature for the Payment Page, including examples for one-time payments and UPI payment methods.

Example 1: One-time payment with amount and currency

Follow the instructions in Request a signature for the Payment Page from Zuora. Because the Client-side HPM Parameter Validation feature is enabled, Zuora will validate the additional fields in the request by comparing them with the values specified in the digital signature.

Here are two request examples for the Generate RSA signature REST API operation.


{
  "uri": "https://sandbox.na.zuora.com/apps/PublicHostedPageLite.do",
  "method": "POST",
  "pageId": "test808145b3bf9d0145b3c6812b0008",
  "paymentGateway": "Ebanx_INR",
  "authorizationAmount": "100",
  "currency": "INR",
  "accountId": "test808145b3bf9d0145b3c6812b0008"
}
    

{
  "uri": "https://sandbox.na.zuora.com/apps/PublicHostedPageLite.do",
  "method": "POST",
  "pageId": "test808145b3bf9d0145b3c6812b0008",
  "paymentGateway": "Ebanx_INR",
  "accountId": "test808145b3bf9d0145b3c6812b0008"
}