---
title: "Bank Account Verification"
method: GET
path: "/v1/verification/bankaccount"
tags: ["KYC APIs"]
---

# Bank Account Verification

`GET /v1/verification/bankaccount`

Use this API to verify a bank account (account_number + IFSC) and optionally match the account holder name.

## Query parameters

- `account_number` string, required
- `ifsc` string, required
- `name` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
