Country authorizations
The Country Authorizations object
Description
The Country Authorization object provides information about whether or not a country is subject to the following restrictions:
- Blocked user creation
- Blocked bank account creation
- Blocked payout creation
Attributes
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.
Related resources
Guide
Learn more about country restrictions
Was this page helpful?