SmartDoc Check
The objective of this project is to expand on the current “Individual UK AML” SmartSearch process and add the capability to validate a client`s passport via the SmartSearch SmartDoc Check feature.
Integration is achieved using the SmartSearch API web-service. API documentation can be found here: https://docs.app.smartsearch.com/#tag/SmartDoc
High-level SmartDoc Check process steps:
- "Run a SmartDoc Check" - run this API first to create a SmartDoc record.
- "Add a document to a SmartDoc" - run this API to then create a document record on the SmartDoc that was just created.
- "Add an image to a document" - run this API to then attach an image of the Passport to the document record that was just created.
- "Send an SMS or email to the customer" - run this API to then send an email notification with a link to complete facial recognition steps to the client. SmartDoc record will get automatically submitted for verification after this step is completed by the client.
- "Retrieve a SmartDoc Check" - run this API to periodically monitor if client has completed their facial recognition step and the SmartDoc process has completed.
- "Update a SmartDoc Check" - run this API in case the process needs to be cancelled.