---
title: "Verify a bank account number or multiple bank account numbers."
method: POST
path: "/v0.2/info/verify-bank-account-number"
tags: ["Info"]
---

# Verify a bank account number or multiple bank account numbers.

`POST /v0.2/info/verify-bank-account-number`

## Request body

- object
  - `verifyAccountNumbers` object[], required — Array of bank accounts to verify.
    - `countryCode` string, required — Country code for the bank to verify.
    - `account_bank` string, required — Bank code.
    - `account_number` string, required — Bank account number.

## Response `200`

Success.

- object
  - `status` string — Status of the request.
  - `message` string — Message indicating the result of the operation.
  - `data` object[]
    - `account_name` string — The name of the account holder.
    - `account_number` string — The verified account number.

## Other responses

- `400` — Validation error in the request.
- `401` — Access to this resource is not available for unauthenticated users.
- `403` — Access to this resource is forbidden.
- `500` — Indicates an internal server error.

---

[API](https://skmtc.net/chimoney/apis/chimoney-api-docs.md) · [All operations](https://skmtc.net/chimoney/apis/chimoney-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chimoney/chimoney-api-docs/revisions/227751df36a0/schema)
