Mobile to Linked VPA
post
{BASE_URL}/v3/client/public/upi/search_vpa
Request Body Params (application/json)
It gives all the VPA linked with a given mobile number along with the VPA status
REQUEST
REQUEST BODY
application/json
{
"handle_prefix": "Mobile No."
}
referenceId
string
➔ Reference ID
Constraints: 1 to 32 chars
Pattern: ^[A-Za-z0-9-_]*$
uniqueRequestId
string
➔ Unique request id for traceability of request and recon purpose. Businesses are required to pass unique id for every request.
Constraints: 1 to 32 chars
Pattern: ^[A-Za-z0-9-_]*$
handlePrefix
string
➔ Mobile number
Constraints: 3 to 20 chars
Pattern: ^[^<>";=%!\*+?]*$
API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/v3/client/public/upi/search_vpa" \
-H 'accept: application/json'
RESPONSE
-
vpaDetails
array of object
List of VPA details.
⮕ [ List of VPA details. ]
virtual_address
string
Virtual Payment Address (VPA)
customer_name
string
Name associated with the primary bank account linked to the VPA
status
enum
➔ Status of the VPA
Allowed: available┃failed┃not_available
status_description
string
Description of the VPA Status
fuzzy_match_score
integer
Fuzzy match score against customerName
details
string
Details about the exception. Usually contains the exception id for reference.