AriadNext Request Responses

The AriadNext OCR processor is composed of a client side script, four server side scripts, and a server side library. When the applicant's documents are validated, the call is made using the below methods. The OCR data is then saved in the entity based on the Settings configurations and the response is returned in JSON format.

IMPORTANT!  
The data saved contains video files in mp4 format. In order to save them into the platform you must white list the mp4 extension to allow to save it into the Upload EBS folder of the FintechOS Platform.

Requests

  • getFile: the result contains file reports.
  • getDocument: the result contains full document reports.
  • getDocumentImage: the result contains a base64 encoded image of the uploaded document

Requests Examples

 

Requests - ADR 

  • getIdentityProofing: the result contains and object with identityProofing information.

  • getIdentityProofingFile: the result contains an object of the uploaded document.

Requests Examples - ADR