Requirements
- API key pair
- Finances for PoA COMPARE type
AI PoA Verification
Authorization:
API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/poa-checks/Request structure
| Key | Required | Type | Explanation |
|---|---|---|---|
file | Yes | String | Base64 encoded document file. Supported formats: jpeg, jpg, png, gif, webp, heic, heif, pdf. |
providedName | No | String | Full name of the user. Will be compared against the data retrieved from the PoA document. |
providedAddress | No | String | Address for verification. Will be compared against the data retrieved from the PoA document. |
Response structure
| Key | Type | Explanation |
|---|---|---|
id | String | PoA check identifier. |
created | String | Timestamp indicating when the PoA check was created. |
updated | String | Timestamp indicating when the PoA check was last updated. |
issueDate | String | Issue date retrieved from the Proof of Address document. |
documentType | String | Type of document. Possible values: UTILITY_BILL, BANK_STATEMENT, GOVERNMENT_LETTER, LEASE_AGREEMENT. |
hasLogo | Boolean | true if the document contains a company or provider logo; otherwise false. |
nameMatch | Boolean | true if the provided name matches the one on the document; otherwise false. |
addressMatch | Boolean | true if the provided address matches the one on the document; otherwise false. |
dateValid | Boolean | true if the document is not older than 3 months; otherwise false. |
overallStatus | String | Overall result of the comparison. Possible values: MATCH, NO_MATCH, NOT_COMPARED. |
name | String | Full name retrieved from the PoA document. |
address | String | Full address retrieved from the PoA document. |
partner | Object | Object containing partner environment-related information. |
fileType | String | File type of the uploaded document. Possible values: PDF, JPG, PNG. |
providedName | String | Name value that was provided when the check was initiated. |
providedAddress | String | Address value that was provided when the check was initiated. |
file | String | URL to download the uploaded file. |