Skip to main content
InputObject

Input Fields

firstName
lastName
birthDate
personalIdentificationNumber
Personal identification number with type and value
homeAddress
Home address information
mobilePhoneNumber
ownershipPercentage
Ownership percentage as a decimal (e.g., 25% = 0.25)
workEmailAddress
authentication
Authentication details including password
isLegallyAuthorized
hasAcceptedDisclosures
{
  "firstName": "xyz789",
  "lastName": "abc123",
  "birthDate": "2007-12-03",
  "personalIdentificationNumber": PersonalIdentificationNumberInput,
  "homeAddress": AddressInput,
  "mobilePhoneNumber": "abc123",
  "ownershipPercentage": Percentage,
  "workEmailAddress": Email,
  "authentication": BankAccountApplicantAuthenticationInput,
  "isLegallyAuthorized": true,
  "hasAcceptedDisclosures": true
}