---
title: "Check IBAN Availability"
method: GET
path: "/api/v1/ibans/available"
tags: ["IBAN"]
---

# Check IBAN Availability

`GET /api/v1/ibans/available`

Returns whether the user is eligible to enable an IBAN on their account.

## Response `200`

IBAN availability status for the user.

- object
  - `data` object, required
    - `available` boolean, required — Indicates if the user is eligible to enable an IBAN.

## 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)
