RemoteRepresentative: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{PageTitle|title=Organization representative information}} This structure represents the details of a representative person for an organization that is begin undertaken in a...") |
|||
(2 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
This structure is used by the following API endpoints: | This structure is used by the following API endpoints: | ||
* [[Identification- | * [[Identification-RemoteCompany-v2]] | ||
* [[Identification-RemoteSelfEmployed-v2]] | |||
== Property list == | == Property list == | ||
Line 16: | Line 17: | ||
| LastName || string || Last name of the representative person | | LastName || string || Last name of the representative person | ||
|- | |- | ||
| | | BirthFirstName || string || First name of the person at birth | ||
|- | |||
| BirthLastName || string || Last name of the person at birth | |||
|- | |||
| MothersFirstName || string || First name of the person's mother | |||
|- | |||
| MothersLastName || string || Last name of the person's mother | |||
|- | |||
| Nationality || string || 3-letter ISO country code for the nationality of the person (e.g. "HUN", "ENG") | |||
|- | |||
| BirthDate || DateTime || Birthdate of the person | |||
|- | |||
| BirthPlace || string || Birth place of the person | |||
|- | |||
| Address_Country || string || Country part of the address of the person in 3-letter ISO country code format | |||
|- | |||
| Address_City || string || City part of the address of the person | |||
|- | |||
| Address_Street || string || Street part of the address of the person | |||
|- | |||
| Address_HouseNumber || string || House number part of the address of the person | |||
|- | |||
| Address_Zip || string || Zip code part of the address of the person | |||
|- | |- | ||
| Documents || [[RemoteRepresentativeDocument]][] || List of personal identification documents required for the KYC process | | Documents || [[RemoteRepresentativeDocument]][] || List of personal identification documents required for the KYC process | ||
|- | |- | ||
|} | |} |
Latest revision as of 10:25, 4 July 2017
Organization representative information
This structure represents the details of a representative person for an organization that is begin undertaken in a remote KYC process.
API usage
This structure is used by the following API endpoints:
Property list
Property name | Property type | Description |
---|---|---|
FirstName | string | First name of the representative person |
LastName | string | Last name of the representative person |
BirthFirstName | string | First name of the person at birth |
BirthLastName | string | Last name of the person at birth |
MothersFirstName | string | First name of the person's mother |
MothersLastName | string | Last name of the person's mother |
Nationality | string | 3-letter ISO country code for the nationality of the person (e.g. "HUN", "ENG") |
BirthDate | DateTime | Birthdate of the person |
BirthPlace | string | Birth place of the person |
Address_Country | string | Country part of the address of the person in 3-letter ISO country code format |
Address_City | string | City part of the address of the person |
Address_Street | string | Street part of the address of the person |
Address_HouseNumber | string | House number part of the address of the person |
Address_Zip | string | Zip code part of the address of the person |
Documents | RemoteRepresentativeDocument[] | List of personal identification documents required for the KYC process |