Identification Result
The class IdentificationResult
will be returned after a successful on-boarding with the following properties:
Getter | Type | Nullable | Description |
| String | No | Unique reference ID of the completed identification |
| No | Array with details of the identification documents | |
| String | Yes | File path to selfie image |
| String | Yes | File path to proof of address document |
Deprecated methods:
getSelfieFile()
is now deprecated and replaced by getSelfieImageFilePath()
Last updated