Country authorizations
List Authorizations for all countries
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
- 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
- Bank accounts
- Payouts
FX conversions
- Conversion rates
- Quotes
- Conversions
Transactions
- Transactions
Helpers
- API responses
- Country authorizations
- Webhooks
- Events
- Reports
Platform account
- Client
- Dashboard permissions
Country authorizations
List Authorizations for all countries
GET
/
v2.01
/
countries
/
authorizations
This call returns the restrictions of all countries.
Responses
Array (Authorizations)
array
The list of countries and their restrictions.
Object (Country Authorization)
object
The country authorization object indicating if there are restrictions for a given country.
CountryCode
string
Returned values: Two-letter country code (ISO 3166-1 alpha-2 format).
The code of the country.
CountryName
string
Name of the country.
Authorization
object
Information about the country’s restrictions.
BlockUserCreation
boolean
Whether or not user creation is possible based on the user’s country of residence, address, and nationality.
BlockBankAccountCreation
boolean
Whether or not bank account creation is possible based on the bank’s country of domiciliation.
BlockPayout
boolean
Whether or not payout creation is possible based on the bank’s country of domiciliation.
LastUpdate
timestamp
The date and time when at least one of the country’s authorizations has been last updated.
Was this page helpful?