---
title: "Get VIBANs count"
method: GET
path: "/v2/moneyins/bankwire/iban/count"
tags: ["MoneyIns | Virtual IBAN"]
---

# Get VIBANs count

`GET /v2/moneyins/bankwire/iban/count`

This endpoint enables you to retrieve the VIBAN count, the remaining VIBAN count and the max VIBAN thresholds.

## Headers

- `Authorization` string, required
- `PSU-Accept-Language` string
- `PSU-IP-Address` string, required
- `PSU-User-Agent` string

## Response `200`

OK

- GetVibanCountOutput
  - `activeVibanCount` integer
  - `inactiveVibanCount` integer
  - `remainingVibanCount` integer
  - `maxVibanThreshold` integer
  - `maxVibanPerWalletThreshold` integer
  - `error` Error
    - `code` integer
    - `message` string
    - `psp` PSP
      - `message` string — Get the Error Message from PSP

## Other responses

- `401` — Unauthorized
- `500` — InternalServerError

---

[API](https://skmtc.net/lemonway/apis/account-onboarding-management-api.md) · [All operations](https://skmtc.net/lemonway/apis/account-onboarding-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lemonway/account-onboarding-management-api/revisions/73309fe68e2d/schema)
