UBO declarations
Create a UBO
POST
/
v2.01
/
{ClientId}
/
users
/
{UserId}
/
kyc
/
ubodeclarations
/
{UboDeclarationId}
/
ubos
Read more about the UBO object →
Path parameters
UserId
string
requiredThe unique identifier of the user.
UboDeclarationId
string
The unique identifier of the UBO Declaration.
Body parameters
LastName
string
requiredMax. length: 100 characters
The last name of the beneficial owner.
FirstName
string
requiredMax. length: 100 characters
The first name of the beneficial owner.
Birthday
timestamp
requiredThe date of birth of the beneficial owner.
Note: Ensure this Unix timestamp accounts for your timezone to avoid midnight being interpreted as the day before.
Nationality
string
requiredAllowed values: Two-letter country code (ISO 3166-1 alpha-2 format).
The nationality of the beneficial owner.
Address
object
requiredThe postal address of the beneficial owner.
Birthplace
object
requiredInformation about the beneficial owner’s place of birth.
Responses
Was this page helpful?