---
title: "Add Bank"
method: POST
path: "/payments/banks/add"
tags: ["Banks"]
---

# Add Bank

`POST /payments/banks/add`

This adds a validated NGN or GHS bank to your integration

## Request body

- object
  - `id` string, required — The bank ID from the Fetch Bank List endpoint.
  - `accountNumber` string, required — The bank account number to add.
  - `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.
  - `narration` string — Optional narration that appears on the bank statement for withdrawals (max 32 characters).

## Response `200`

Bank added successfully

## Other responses

- `400` — Bank cannot be added
- `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)
