UPI QR (In)

Payment method to a UPI wallet using a QR code with a deep link


CountryIndian
CurrencyINR (Indian rupee)
Method typeupi
DirectionPay-int
Integration typeWidget
Transfer typeTransfer via UPI Wallet
Account number formatupi@wallet
Limits****

Create Pay-in (API request) Integration type: Widget HTTP Method: POST Endpoint: /deals/payin

{
  "amount": 1000,                              // Payment amount
  "currency": "INR",                           // Currency
  "invoiceId": "invoiceID",                    // Unique invoice identifier on the merchant side
  "clientId": "clientID",                      // Unique client identifier on the merchant side
  "type": "upi",                              // Method type
  "successUrl": "https://example.com/success", // Optional (widget): URL for redirect on successful payment
  "failUrl": "https://example.com/fail",       // Optional (widget): URL for redirect on failed payment
  "backUrl": "https://example.com/back",       // Optional (widget): URL for return without completing payment
  "lang": "EN"                                 // Optional (widget): localization EN
}

Widget for desktop

Widget for mobile