---
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

---

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