---
title: "Verify Bank Account"
method: POST
path: "/payments/banks/validate"
tags: ["Banks"]
---

# Verify Bank Account

`POST /payments/banks/validate`

Verify bank account

## Request body

- object
  - `id` string — Bank identifier from the GET /payments/banks endpoint.
  - `accountNumber` string
  - `currency` string — Optional. The bank account currency (ngn or ghs) should match the currency of the selected bank ID. If omitted, defaults to your business's operating country currency.

## Response `200`

Bank account verified successfully

## Other responses

- `400` — Invalid bank selection or validation failed
- `401` — Invalid or missing API credentials
- `422` — Request validation failed — check the errors array for field-level details
- `500` — An unexpected server error occurred

---

[API](https://skmtc.net/breet/apis/breet-public-api.md) · [All operations](https://skmtc.net/breet/apis/breet-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/breet/breet-public-api/versions/5e7cf25847f7/schema)
