RemoteRepresentative: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
Line 16: Line 16:
| LastName || string || Last name of the representative person
| LastName || string || Last name of the representative person
|-
|-
| IsRealOwner || bool || Indicates wether the person is a real owner of the organization
| 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
|-
|-
|}
|}

Revision as of 07:18, 3 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