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"
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://deepvue-2e0dbadd.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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

code
integer
default:200
timestamp
integer
transaction_id
string
sub_code
string
default:SUCCESS
message
string
default:UPI Successfully Verified
data
Data · object