RemoteRepresentativeDocument: Difference between revisions

From Barion Documentation
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:
| DocumentValidUntil || DateTime || The expiration date of the given document
| DocumentValidUntil || DateTime || The expiration date of the given document
|-
|-
| DocumentImages || string[] || List of image files (photos) of the document encoded in base64 string format
| DocumentImages || [[DocumentImage]][] || List of image files (photos) of the document
|-
|-
|}
|}

Revision as of 13:22, 21 June 2017

Perosnal document of an oranization 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