---
title: "Get bank account details"
method: GET
path: "/bankaccount"
tags: ["Bank Account"]
---

# Get bank account details

`GET /bankaccount`

Returns all your saved bank accounts for a given currency. The bank account details used to make payouts to your customers.

## Query parameters

- `walletId` string, uuid
- `currency` 'NGN'

## Response `200`

Bank account response

- object
  - `status` string, string
  - `data` BankAccount[]
    - `bankName` string, string
    - `bankCode` string, string
    - `bankAccountNumber` string, string
    - `bankAccountName` string, string
    - `currency` 'NGN', string
    - `walletId` string, string

## Other responses

- `400` — Unexpected error

## Changes

- **2025-01-31** `d0fae6875ede` — 3 breaking, 1 info
  - removed the enum value `BTC` from the `query` request parameter `currency`
  - removed the enum value `KES` from the `query` request parameter `currency`
  - removed the enum value `USD` from the `query` request parameter `currency`
  - removed the `KES` enum value from the `data/items/currency` response property for the response status `200`
- **2024-06-14** `2d988bc5fda5` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stealthmoney/apis/mavapay-api/changes/bankaccount/get.md)

---

[API](https://skmtc.dev/stealthmoney/apis/mavapay-api.md) · [All operations](https://skmtc.dev/stealthmoney/apis/mavapay-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stealthmoney/mavapay-api/revisions/842376cab855/schema)
