Contains information detailing an account owner who is a natural person.
recordIdentifier required | string [ 1 .. 50 ] characters A unique identifier used to identify this Account Owner record. This is distinct from the identification of the Account Owner, which may or may not be unique within this system, but which is typically used for identification outside of the system, such as passport numbers or national identification numbers. This identifier is used exclusively to identify the owner within this system. |
schema required | string Defines the type of owner. |
object (PostalAddress) | |
object (ContactDetails) | |
countryOfResidence | string (CountryCode) [A-Z]{2,2} A code to identify a country, a dependency, or another area of particular geopolitical interest, on the basis of country names obtained from the United Nations (ISO 3166, Alpha-2 code). |
Array of objects (PersonIdentifier) | |
object (PersonName) Name of the person. |
{- "recordIdentifier": "string",
- "schema": "INDIVIDUAL",
- "address": {
- "addressLine": [
- "string"
], - "addressType": "ADDR",
- "buildingName": "string",
- "buildingNumber": "string",
- "country": "string",
- "countrySubDivision": "string",
- "department": "string",
- "districtName": "string",
- "floor": "string",
- "postBox": "string",
- "postCode": "string",
- "streetName": "string",
- "townLocationName": "string",
- "townName": "string"
}, - "contactDetails": {
- "emailAddress": "user@example.com",
- "mobileNumber": "string",
- "phoneNumber": "string"
}, - "countryOfResidence": "string",
- "identifiers": [
- {
- "identification": "string",
- "issuer": "string",
- "scheme": {
- "schema": "string",
- "value": "ARNU"
}
}
], - "name": {
- "additionalNames": "string",
- "firstName": "string",
- "initials": "string",
- "knownAs": "string",
- "lastName": "string",
- "title": "string"
}
}