---
title: "Resolve Bank Account"
method: POST
path: "/details/bank"
---

# Resolve Bank Account

`POST /details/bank`

Validate a bank account before sending.

## Request body

- object
  - `accountNumber` string, required — Bank Account Number for Recipient
  - `networkId` string, required — Unique identifier of selected network.

## Response `200`

200

- object
  - `accountNumber` string
  - `accountName` string
  - `accountBank` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api.md) · [All operations](https://skmtc.net/yellowcard/apis/yellow-cards-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yellowcard/yellow-cards-payment-api/revisions/516d251059cc/schema)
