---
title: "Account Resolver"
method: POST
path: "/api/b2b/utilities/account/resolve"
---

# Account Resolver

`POST /api/b2b/utilities/account/resolve`

Resolve and verify account details across multiple payment methods and currencies. This endpoint routes the request to the appropriate provider based on the `currency` and `method` combination, returning a normalised account name and ID.

## Request body

- object
  - `accountNumber` string, required
  - `currency` string, required — Currency must be in ISO 4217 format.
  - `method` string, required — Must be one of: bank, momo, nuban, iban, paybill, till
  - `bankCode` string — Required for bank method
  - `momoOperator` string — Required for momo methods

## Response `200`

200

- object
  - `success` boolean
  - `data` object
    - `accountId` string
    - `accountName` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official.md) · [All operations](https://skmtc.net/honeycoin/apis/honeycoin-v3-api-official/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/honeycoin/honeycoin-v3-api-official/revisions/f3fef13ed253/schema)
