---
title: "View Virtual Account availabilities"
method: GET
path: "/v2.01/{ClientId}/virtual-accounts/availability"
tags: ["virtualAccounts"]
---

# View Virtual Account availabilities

`GET /v2.01/{ClientId}/virtual-accounts/availability`

See your platform's account capabilities per account type and country.

This endpoint allows you to check which account countries and currencies are available to your platform for Collection and User-Owned accounts (see [guide](/guides/payment-methods/banking/virtual-iban#types) for details).

## Path parameters

- `ClientId` string, required

## Headers

- `Authorization` string, required

## Response `200`

Success

- ViewVirtualAccountAvailabilitiesResponse
  - `Collection` VirtualAccountAvailabilityItem[] — List of account capabilities for the account purpose and their availability for the platform.
    - `Country` string — **Returned values:** One of the supported countries in two-letter <a href="/api-reference/overview/data-formats">ISO 3166-1</a> format The country of the account purpose.
    - `Available` boolean — Whether or not the account is available for the given country and purpose.
    - `Currencies` string[] — **Returned values:** One or more currency codes in <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217</a> format (EUR, GBP, etc.) List of currencies supported by the account.
  - `UserOwned` VirtualAccountAvailabilityItem[] — List of account capabilities for the account purpose and their availability for the platform.
    - `Country` string — **Returned values:** One of the supported countries in two-letter <a href="/api-reference/overview/data-formats">ISO 3166-1</a> format The country of the account purpose.
    - `Available` boolean — Whether or not the account is available for the given country and purpose.
    - `Currencies` string[] — **Returned values:** One or more currency codes in <a href="/api-reference/overview/data-formats" target="_blank">ISO 4217</a> format (EUR, GBP, etc.) List of currencies supported by the account.

---

[API](https://skmtc.dev/mangopay/apis/api-reference.md) · [All operations](https://skmtc.dev/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mangopay/api-reference/revisions/fafbd0c69654/schema)
