get https://api.getmati.com/v2/verifications/
Use this API to retrieve Webhook Resource Data
Use this webhook to retrieve user information after they have submitted their documents or completed the verification using our Web SDK.
Important
Make sure you have your webhook URL ready before starting.
Go to our Webhook Guide for more information on webhooks.
Use the JWT access_token
obtained during authorization.
Steps
The response contains nested verification "steps".
Steps Type | Description |
---|---|
liveness | Contains the proof of life response, making sure your user is a real person (and not a printed paper) |
ip-validation | Information about user's location and validation if proxy is used |
Document Checks
The response contains nested document verification, including validation checks for country-specific documents.
Document Verification | Description |
---|---|
document-reading | Will return fields read from the document: full name, date of birth, document number, etc... |
facematch | Face match performed between document face & user's face |
watchlists | Checks if there is any match found between the name extracted from the document and international watch-lists |
alteration-detection | Checks that the document was not altered |
template-matching | Checks that the presented document revision is valid |
mexican-curp-validation | For certain countries only (only Mexico supported for now) |
mexican-ine-validation | For certain countries only (only Mexico supported for now) |
mexican-rfc-validation | For certain countries only (only Mexico supported for now) |
argentinian-renaper-validation | For certain countries only (only Argentina supported for now) |
Computed
Computed section is additional verification data which based on received data
Computation | Description | Type |
---|---|---|
age | Information about user's age. It based on the first document with date of birth field | Number |
isDocumentExpired | User's documents expiration information. Documents marked true are expired. If there is no expiration date found in document null will be set up instead | Boolean | null |