OnDato
What kind of data I will get
By using this integration you will be able to verify identity of your customers.
Integration Scope
KYC - An identity verification service is used by businesses to ensure that users or customers provide information that is associated with the identity of a real person.
Input
You can configure users' input that will be send to OnDato in order to get the most of the verifications.
Attribute | Type | Description |
---|---|---|
string | Email of the user (Required). | |
firstName | string | First name of the user (Optional). |
middleName | string | Middle name of the user (Optional). |
lastName | string | Last name of the user (Optional). |
dateOfBirth | string | Date of birth of the user(Optional). |
pesel | string | Pesel of the user(Optional). |
phoneNumber | string | Phone number of the user (Optional). |
countryCode | string | Country code of user (Optional). |
Output
Attribute | Type | Description |
---|---|---|
state | string | Possible values include: - INIT - IN_PROGRESS - FAILED - COMPLETED - COMPLETED_WITH_ERRORS |
object | ||
object |
Identity Verification
Attribute | Type | Description |
---|---|---|
applicationId | string | Identifier for the application |
array<object> | List of communication channels | |
createdUtc | string | Creation date and time (UTC) |
externalReferenceId | string | External reference identifier |
id | string | Identifier for the data record |
modifiedUtc | string | Modification date and time (UTC) |
object | Redaction information | |
object | User registration details | |
object | Setup information | |
status | string | Status of the data record (e.g., "Pending") |
object | Workflow step details |
Communication Channel
Attribute | Type | Description |
---|---|---|
id | string | Id of the communication channel. |
type | string | Type of the communication channel. |
Redaction
Attribute | Type | Description |
---|---|---|
redactedUtc | string | Redaction date and time (UTC) |
Registration
Attribute | Type | Description |
---|---|---|
dateOfBirth | string | Date of birth |
string | Email address | |
firstName | string | First name |
lastName | string | Last name |
middleName | string | Middle name |
personalCode | string | Personal code |
phoneNumber | number | Phone number |
countryCode | string | Country code (e.g., "LT") |
Setup
Attribute | Type | Description |
---|---|---|
id | string | Setup ID |
overrideId | string | Override ID |
versionId | string | Version ID |
Step
Attribute | Type | Description |
---|---|---|
object | Consent details | |
object | KYC identification details |
Consent
Attribute | Type | Description |
---|---|---|
consentedUtc | string | Consent date and time (UTC) |
id | string | Consent ID |
isConsented | boolean | Indicates if consent is given |
KYC Identification Id
Attribute | Type | Description |
---|---|---|
id | string | Face authentication ID |
Kyc Identification
Attribute | Type | Description |
---|---|---|
array<object> | List of additional files | |
applicationId | string | Identifier for the application |
array<object> | List of audit files | |
completedUtc | string | Completion date and time (UTC) |
createdUtc | string | Creation date and time (UTC) |
object | Document details | |
object | Face details | |
array<object> | List of fraud checks | |
id | string | Identifier for the data record |
identityVerificationId | string | Identifier for identity verification |
isCrossChecked | boolean | Indicates if cross-checked |
object | Proof of address details | |
array<object> | List of registries | |
array<object> | List of rules | |
array<object> | List of scores | |
object | Setup information | |
status | string | Possible values: - Awaiting - Approved - Rejected |
statusReason | string | Possible value in table below |
Status | Status reasons |
---|---|
Awaiting |
|
Approved |
|
Rejected |
|
Additional Files
Attribute | Type | Description |
---|---|---|
createdUtc | string | Creation date and time (UTC) |
fileExtension | string | File extension |
fileId | string | File identifier |
fileName | string | File name |
fileType | string | File type |
Audit Files
Attribute | Type | Description |
---|---|---|
createdUtc | string | Creation date and time (UTC) |
fileExtension | string | File extension |
fileId | string | File identifier |
fileName | string | File name |
fileType | string | File type |
Document
Attribute | Type | Description |
---|---|---|
address | string | Document address |
category | string | Document category |
countryIso3 | string | Country ISO-3 code |
countryStateIso2 | string | Country state ISO-2 code |
dateOfBirth | string | Date of birth |
dateOfExpiration | string | Date of expiration |
dateOfIssue | string | Date of issue |
documentNumber | string | Document number |
array<object> | List of document files | |
firstName | string | First name |
fullName | string | Full name |
gender | string | Gender |
lastName | string | Last name |
middleName | string | Middle name |
mrzVerified | boolean | MRZ verification status |
nationalityIso3 | string | Nationality ISO-3 code |
array<object> | List of OCR validations | |
personalCode | string | Personal code |
type | string | Document type |
Document Files
Attribute | Type | Description |
---|---|---|
autoCaptureConfidenceRate | number | Auto-capture confidence rate |
createdUtc | string | Creation date and time (UTC) |
fileExtension | string | File extension |
fileId | string | File identifier |
fileName | string | File name |
fileType | string | File type |
part | string | Part of the document |
Face
Attribute | Type | Description |
---|---|---|
ageEstimation | string | Age estimation |
ageEstimateGroupV2 | string | Age estimate group (V2) |
enrollmentId | string | Enrollment ID |
array<object> | List of face files |
Face Files
Attribute | Type | Description |
---|---|---|
createdUtc | string | Creation date and time (UTC) |
fileExtension | string | File extension |
fileId | string | File identifier |
fileName | string | File name |
fileType | string | File type |
Fraud Checks
Attribute | Type | Description |
---|---|---|
fileId | string | File identifier |
name | string | Fraud check name |
reasons | array<string> | List of fraud check reasons |
status | string | Fraud check status (e.g., "Success") |
linkedIdentificationId | string | Linked identification identifier |
Proof of Address
Attribute | Type | Description |
---|---|---|
city | string | City |
files | array<object> | List of proof of address files |
firstName | string | First name |
lastName | string | Last name |
array<object> | List of Optical character recognition validations | |
parish | string | Parish |
street | string | Street |
Registries
Attribute | Type | Description |
---|---|---|
name | string | Registry name |
reason | string | Reason |
status | string | Status (e.g., "Ignore") |
Rules
Attribute | Type | Description |
---|---|---|
name | string | Rule name |
reason | string | Reason |
status | string | Status (e.g., "Success") |
Scores
Attribute | Type | Description |
---|---|---|
name | string | Score name |
value | string | Score value |
Setup
Attribute | Type | Description |
---|---|---|
id | string | Setup ID |
versionId | string | Version ID |
OCR Validations
Attribute | Type | Description |
---|---|---|
isValid | boolean | Flag indicating if validation is valid |
key | string | Name of the field that's been validated |
Output Example
Last updated