---
title: "Resolve Bank Account"
method: POST
path: "/v1/banks/resolve"
tags: ["public.recipients"]
---

# Resolve Bank Account

`POST /v1/banks/resolve`

Verifies a bank account by resolving the account number and bank code to an account name

## Request body

- ResolveAccountRequest
  - `account_number` string, required
  - `bank_code` string, required

## Response `200`

OK

- ResolveAccountResponse
  - `account_name` string
  - `account_number` string

## Other responses

- `400` — Invalid request
- `401` — Unauthorized
- `502` — Integration failed

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
