Skip to main content

AI Proof of Address (PoA) Verification

AI Proof of address verification can be performed via API. The service uses Utility bill COMPARE credits. More information about COMPARE method - Value explanation -> type -> COMPARE.

Send a HTTP POST request to: https://ivs.idenfy.com/api/v2/poa-checks/

Possible values:

KeyRequiredTypeExplanation
fileYesStringBase64 encoded document file. Can be: jpeg, jpg, png, gif, webp, heic, heif, pdf files.
providedNameNoStringFull name of the user. It will be compared against the data retrieved from the PoA document if fullName was provided.
providedAddressNoStringAddress of the PoA verification. It will be compared against the data retrieved from the PoA document if address was provided.

Example request:

{
"file": "iVBORw0KGgoAAAANSUhEUgAAAxoAAAC6CAYAAAApyZWVuc2hvdO8Dvz4AAAA[...]",
"providedName": "John Smith",
"providedAddress": "4344 Poco Mas Drive, Dallas, FL, 33009"
}