Customer Document
A customer document is a document uploaded by the customer to help prove their identity. Examples include an image (or pdf) of a driver's license, a passport, or some other government-issued ID.
Take me to the Customer Document Endpoint Reference
customerDocument Object
Property | Data Type (length) | Description |
---|---|---|
| string (50) | A property for holding client-defined data. There is no business logic in Helix for a custom field. |
| string (50) | A property for holding client-defined data. There is no business logic in Helix for a custom field. |
| string (50) | A property for holding client-defined data. There is no business logic in Helix for a custom field. |
| string (50) | A property for holding client-defined data. There is no business logic in Helix for a custom field. |
| string (50) | A property for holding client-defined data. There is no business logic in Helix for a custom field. |
| integer | The Helix-assigned unique ID for the customer who uploaded the document. |
| string (10 MB) | A base64-encoded representation of the actual content of the document.
|
| integer | The Helix-assigned unique ID of the document. |
| string (50) | A caller-specified, user-friendly name for this document. Must have
|
| enum | The type of document. Possible values:
|
downloadUrl | deprecated | deprecated |
| enum | The reason for uploading the document. Possible values:
|
| string (50) | A caller-specified unique identifier for this document. |
Updated 5 days ago