---
title: "Retrieve IBAN details"
method: GET
path: "/api/v1/ibans/details"
tags: ["IBAN"]
deprecated: true
---

# Retrieve IBAN details

`GET /api/v1/ibans/details`

> **Deprecated.**

Returns IBAN details including the IBAN number, BIC, and Status.

## Response `200`

Successfully retrieved IBAN details

- object
  - `data` object
    - `iban` string, nullable
    - `bic` string, nullable
    - `ibanStatus` 'NOTSTARTED' | 'PENDING' | 'PENDING_OAUTH' | 'ASSIGNED', required
    - `address` string, nullable — The blockchain address associated with this IBAN account

## Other responses

- `401` — Unauthorized Error
- `500` — Internal Server Error

---

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