---
title: "BVN Resolution"
method: POST
path: "/core/bvn-verification"
---

# BVN Resolution

`POST /core/bvn-verification`

This API lets you verify a bank verification number(BVN)

## Request body

- object
  - `bvn` string, required — The bank verification number . Must be 11 digits
  - `business` string, required — The unique Identifier of the parent business or sub account

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `verificationStatus` string
    - `response` object
      - `firstName` string
      - `middleName` string
      - `lastName` string
      - `gender` string
      - `dateOfBirth` string
      - `phoneNo` string
      - `pixBase64` string

## Other responses

- `400` — 400

---

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