Skip to main content
GET
/
v1
/
verification
/
upi
Upi Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/upi \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <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 generated from the authorize endpoint. Should be included in the header as Bearer .

x-api-key
string
header
required

The CLIENT_SECRET provided to you. This header parameter is required for authentication purposes.

Query Parameters

vpa
string
required

Query parameter used for UPI verification.

name
string

Response

Successful Response