Skip to main content
GET
/
v1
/
verification
/
upi
curl
curl --location --request GET 'https://production.deepvue.tech/v1/verification/upi?vpa=gaurav7503singh@icici' \
--header 'Authorization: Bearer <ACCESS_TOKEN>' \
--header 'x-api-key: <YOUR API KEY>'
{
"code": 200,
"timestamp": 1737634320519,
"transaction_id": "c149c0d2da834ab7b77870edb56d5a93",
"sub_code": "SUCCESS",
"message": "UPI Successfully Verified",
"data": {
"account_exists": true,
"name_at_bank": "NIHARIKA",
"name_information": {
"name_at_bank_cleaned": "Niharika"
}
}
}

Authorizations

Authorization
string
header
required

Access token issued by Deepvue

x-api-key
string
header
required

API key provided by Deepvue

client-id
string
header
required

Client ID issued by Deepvue

Query Parameters

vpa
string
required
name
string

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
VPA_SUCCESS · object
required