---
title: "Resolve bank account"
method: POST
path: "/api/v1/bila/resolve/bank-account"
tags: ["Resolve"]
---

# Resolve bank account

`POST /api/v1/bila/resolve/bank-account`

Verify and retrieve bank account holder details

## Request body

- ResolveBankAccountDto
  - `accountNumber` string, required — Bank account number
  - `bankId` string, required — Bank ID
  - `country` 'zm' — Country code

## Response `200`

Bank account resolved successfully

- object
  - `status` boolean, required — Request success status
  - `message` string, required — Response message
  - `data` ResolvedAccountResponseDto
    - `accountName` string, required — Account holder name
    - `accountNumber` string — Bank account number
    - `phone` string — Phone number
    - `operator` string — Mobile money operator
    - `bankId` string — Bank ID
    - `bankName` string — Bank name
    - `country` string, required — Country code

## Other responses

- `400` — Invalid account details or unable to resolve

---

[API](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api.md) · [All operations](https://skmtc.net/bilasdk/apis/bila-payment-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bilasdk/bila-payment-gateway-api/versions/1e6976632889/schema)
