Skip to main content
GET
/
v1
/
verification
/
bankaccount
Bank Account Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/bankaccount \
  --header 'Authorization: Bearer <token>' \
  --header 'x-api-key: <api-key>'
{
  "code": 200,
  "timestamp": 1738042952419,
  "transaction_id": "fe104a7a-f3a9-4365-9390-e3af0e4193e5",
  "data": {
    "message": "Bank Account details verified successfully.",
    "account_exists": true,
    "name_at_bank": "Master NIHARika  .",
    "utr": "502811454342",
    "amount_deposited": 1,
    "name_information": {
      "name_at_bank_cleaned": "Master Niharkika"
    }
  }
}

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

account_number
string
required
ifsc
string
required
name
string

Response

Successful Response

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