Report
POST {{apiBaseUrl}}/v1-beta/identityVerification/report?documentId={{documentId}}
This API is used to get the Identity Verification report, which offers a detailed summary of the fields extracted from the signer-uploaded document for a specified signer. This report is accessible upon either successful or failed completion of the verification process by the signer and is only accessible to the sender.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentId | string | ID of the requested document to get verification images. |
Request Body
{"emailId"=>"alexgayle@cubeflakes.com", "order"=>1, "onBehalfOf"=>"luthercooper@cubeflakes.com"}
RESPONSES
status: OK
{"verificationResult":"success","verifiedDate":"2024-12-07T10:47:37Z","document":{"type":"passport","firstName":"Alex","lastName":"Gayle","country":"US","documentNumber":"000000000","address":null,"dob":null,"issuedDate":{"day":1,"month":1,"year":2015},"expirationDate":{"day":12,"month":1,"year":2030},"documentFiles":["2e96f9ad-xxxx-xxxx-xxxx-3063e73f04f8"],"selfieFile":"2736ff3f-4a1d-xxxx-94b4-43423401a566"}}