Welcome to Zuora Product Documentation

Explore our rich library of product information

Prepare your environment for Adyen UPI QR integration

Learn how to enable and configure UPI for Adyen Integration v2.0, including tenant-level activation, gateway configuration, and required reconciliation setup for UPI QR on desktop.

To configure an Adyen gateway instance for processing UPI (including UPI QR) transactions, follow Set up and configure an Adyen Integration v2.0 gateway instance and then apply these UPI-specific notes:

  • UPI does not support Additional Metadata, so you can ignore / skip any Additional Metadata settings for this gateway instance when you are configuring UPI-only flows.
  • Settings with fixed values for UPI on Adyen.

The following values are fixed by the integration for UPI and cannot be overridden via gateway configuration:

SettingValue passed to Adyen (UPI)
Country / currencyUPI on Adyen Integration v2.0 only supports IN / INR for UPI transactions.
shopperInteractionEcommerce for one-time payments, ContAuth for recurring payments.
recurringProcessingModelSubscription. To override, use param_gwOptions_recurringProcessingModel in the Payment Pages 2.0 request.
  • Enablement of zero-amount validation (optional)
    • Zero-amount validation for UPI on Adyen is not enabled by default.
    • To use zero-amount validation (for example, to create a mandate without charging immediately), contact Zuora Global Support and request that zero-amount validation be enabled for Adyen Integration v2.0 on your tenant. Include your tenant ID in the request.

UPI Autopay mandate configuration for Adyen UPI QR

Use the following gateway options to configure UPI Autopay mandates for Adyen Integration v2.0 when you invoke Payment Pages 2.0, Payment Form, or the API for UPI QR flows.

Table 1. Gateway options for UPI Autopay mandates
OptionDescriptionExampleDefault
gwOptions_UpiQrMandateEnabledEnables UPI mandate creation for Autopay when processing UPI QR payments.trueN/A
gwOptions_UpiMandateAmountMaximum mandate amount for UPI Autopay. This value is required when Autopay is enabled.100000N/A
gwOptions_UpiMandateStartsAtMandate start date in YYYY-MM-DD format.2025-07-21N/A
gwOptions_UpiMandateEndsAtMandate end date in YYYY-MM-DD format.2030-07-21N/A
gwOptions_UpiMandateRemarksFree-form description or remark for the mandate.MandateRemarkEmpty
gwOptions_UpiMandateAmountRuleAmount rule for the mandate. Valid values are max (up to the maximum amount) and exact (fixed amount).maxmax
gwOptions_UpiMandateFrequencyBilling frequency for Autopay. Valid values are adhoc, daily, weekly, and monthly.monthlyadhoc
gwOptions_UpiMandateBillingDayBilling day of the month (1–31) when gwOptions_UpiMandateFrequency is set to monthly.251
gwOptions_UpiMandateBillingAttemptsRuleRule that determines whether billing attempts occur before or after the scheduled billing day. Valid values are before and after.beforeafter