RemoteRepresentativeDocument: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
(Created page with "{{PageTitle|title=Perosnal document of an oranization representative person}} This structure represents a personal identification document for an organization representative...")
 
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{PageTitle|title=Perosnal document of an oranization representative person}}
{{PageTitle|title=Personal document of an organization representative person}}


This structure represents a personal identification document for an organization representative being involved in a remote KYC process.
This structure represents a personal identification document for an organization representative being involved in a remote KYC process.
== API usage ==
This structure is used by the following API endpoints:
* [[Identification-Remote-v2]]


== Included in ==  
== Included in ==  
Line 27: Line 22:
| DocumentValidUntil || DateTime || The expiration date of the given document
| DocumentValidUntil || DateTime || The expiration date of the given document
|-
|-
| DocumentImages || File[] || List of image files (photos) of the document
| DocumentImages || [[DocumentImage]][] || List of image files (photos) of the document
|-
|-
|}
|}

Latest revision as of 13:24, 21 June 2017

Personal document of an organization representative person

This structure represents a personal identification document for an organization representative being involved in a remote KYC process.

Included in

Representative documents are used in the following structures:

Property list

Property name Property type Description
DocumentType int The type of the document
  • 1 = ID card
  • 3 = Passport
  • 5 = Driving License
  • 7 = Address card
DocumentNumber string The document number
DocumentValidUntil DateTime The expiration date of the given document
DocumentImages DocumentImage[] List of image files (photos) of the document