Skip to main content
GET
/
v1
/
verification
/
ifsc
Ifsc Verification
curl --request GET \
  --url https://production.deepvue.tech/v1/verification/ifsc \
  --header 'Authorization: Bearer <token>' \
  --header 'client-id: <api-key>' \
  --header 'x-api-key: <api-key>'
{
  "message": "Invalid IFSC",
  "code": 422,
  "transaction_id": "3d8f62f0c49441b396069966dd4898fa"
}

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

ifsc
string
required

Response

Successful Response

code
integer
required
timestamp
integer
required
transaction_id
string
required
data
ValidIfscData · object
required
message
string
default:Valid IFSC