Overview
User management
- Users
- User regulatory status
- User e-money
User verification
- User data format
- KYC documents
- UBO declarations
Wallets
- User wallets
- Client wallets
Cards
- Card registrations
- Cards
- Metadata
- Card validations
Card pay-ins
- Direct card pay-ins
- Recurring card pay-ins
- Preauthorizations
- Deposit preauthorizations
- Web card pay-ins
Banking pay-ins
- Bank wires
- Pay by bank
- Virtual IBAN
- Direct debits
- Web direct debits
APM pay-ins
- Apple Pay
- Bancontact
- BLIK
- Giropay
- Google Pay
- iDEAL
- Klarna
- MB WAY
- Multibanco
- Payconiq
- PayPal
- Satispay
- Swish
- TWINT
Transfers
- Transfers
Refunds
- Refunds
Disputes
- Disputes
- Dispute documents
- Repudiations
- Dispute settlement
Payouts
- Recipients
- Bank accounts
- Payouts
FX conversions
- Conversion rates
- Quotes
- Conversions
Transactions
- Transactions
Helpers
- API responses
- Country authorizations
- Webhooks
- Events
- Reports
Platform account
- Client
- Dashboard permissions
View Virtual Account availabilities
See your platform’s account capabilities per account type and country
// GET has no body parameters
{
"Collection": [
{
"Country": "GB",
"Available": false,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": false,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": false,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": false,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
],
"UserOwned": [
{
"Country": "GB",
"Available": false,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": false,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": false,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": false,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
]
}
This endpoint allows you to check which account countries and currencies are available to your platform for Collection and User-Owned accounts (see guide for details).
Responses
List of account capabilities for the account purpose and their availability for the platform.
Returned values: One of the supported countries in two-letter ISO 3166-1 format
The country of the account purpose.
Whether or not the account is available for the given country and purpose.
List of account capabilities for the account purpose and their availability for the platform.
Returned values: One of the supported countries in two-letter ISO 3166-1 format
The country of the account purpose.
Whether or not the account is available for the given country and purpose.
// GET has no body parameters
{
"Collection": [
{
"Country": "GB",
"Available": false,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": false,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": false,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": false,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
],
"UserOwned": [
{
"Country": "GB",
"Available": false,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": false,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": false,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": false,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
]
}
Was this page helpful?
// GET has no body parameters
{
"Collection": [
{
"Country": "GB",
"Available": false,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": true,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": false,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": false,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": false,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
],
"UserOwned": [
{
"Country": "GB",
"Available": false,
"Currencies": [
"GBP"
]
},
{
"Country": "LU",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "FR",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "ES",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "DE",
"Available": false,
"Currencies": [
"EUR"
]
},
{
"Country": "US",
"Available": false,
"Currencies": [
"USD"
]
},
{
"Country": "CA",
"Available": false,
"Currencies": [
"CAD"
]
},
{
"Country": "DK",
"Available": false,
"Currencies": [
"DKK"
]
},
{
"Country": "PL",
"Available": false,
"Currencies": [
"PLN"
]
},
{
"Country": "AU",
"Available": false,
"Currencies": [
"AUD"
]
}
]
}