---
title: "Retrieve a Bank"
method: POST
path: "/api/service/banks/details"
tags: ["Bank"]
---

# Retrieve a Bank

`POST /api/service/banks/details`

Retrieve a bank object by its id. The id is a unique identifier of the bank within Ivy.

## Request body

- DetailsBanksDto
  - `id` string, required — The id is a unique identifier of the bank within Ivy.

## Response `200`

Returns bank details

- DetailsBanksResponseDto
  - `id` string, required — Unique identifier of the bank.
  - `name` string, required — Name of the bank.
  - `logo` string — The logo in the form of an URL
  - `market` string[], required
  - `currencies` string[], required
  - `group` string
  - `url` string — The URL of the bank's website.
  - `default` boolean, required — Whether the bank is a default bank.
  - `test` boolean, required — Whether the bank is a test bank.
  - `capabilities` string[] — The capabilities of the bank.
  - `supportedPaymentSchemes` string[], required — The payment schemes supported by the bank.

---

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