UPI by Mobile
API Reference
UPI by Mobile
Get UPI VPAs linked to a mobile number
POST
UPI by Mobile
UPI by Mobile
Retrieve and validate all UPI IDs (VPAs) linked to a mobile number without OTP verification.Overview
This endpoint helps businesses:- Verify if a UPI handle is active
- Check if the handle is linked to the correct user
- Retrieve all VPAs associated with a mobile number
- Prevent fraud by validating payment addresses
Request
Mobile number in Indian international format (
+91XXXXXXXXXX)Name of the mobile number owner (e.g.,
Rajesh Kumar)If
true (default), request is queued and result delivered via webhook. If false, wait for result synchronously (up to 30 seconds).Headers
Example Request (Async Mode - Default)
Example Request (Sync Mode)
Response
- Async Mode (202)
- Sync Mode (200)
Result Fields
Error Responses
400 Bad Request
Invalid mobile number format.401 Unauthorized
Invalid or missing API key.402 Payment Required
Insufficient account balance.403 Forbidden
Method not enabled for your account.408 Request Timeout (Sync Mode Only)
Request processing timed out. Only occurs withasync: false.
429 Too Many Requests
Rate limit exceeded.Use Cases
Customer Onboarding
Customer Onboarding
Verify customer identity by checking their UPI addresses during account creation.
Payment Validation
Payment Validation
Confirm that a provided UPI address belongs to the expected customer before processing payments.
Fraud Prevention
Fraud Prevention
Cross-reference UPI addresses with customer information to detect potential fraud.
