---
title: "Verify Account Number"
method: POST
path: "/core/accounts/resolve"
---

# Verify Account Number

`POST /core/accounts/resolve`

This API lets you verify a bank account

## Request body

- object
  - `accountNumber` string — The account number. This is required for NUBAN accounts
  - `bankCode` string — The bank Code. This is required for NUBAN accounts
  - `bankSwiftCode` string — The bank swift code. Use this for GHS bank account verification
  - `mobileMoneyCode` string — Required for type=mobile_money
  - `type` 'bank_account' | 'mobile_money' | 'nuban' | 'iban', required — The type of account number
  - `iban` string — The international bank account number.
  - `currency` string — The currency, i.e NGN, GHS. Note, this is only required for bank_account and mobile_money

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `accountNumber` string
    - `accountName` string

## Other responses

- `422` — 422

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
