UPI QR (In)
Payment method to a UPI wallet using a QR code with a deep link
Country | Indian |
---|---|
Currency | INR (Indian rupee) |
Method type | upi |
Direction | Pay-int |
Integration type | Widget |
Transfer type | Transfer via UPI Wallet |
Account number format | upi@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

Updated 6 days ago