VerifiX
  1. Verifications
VerifiX
  • Verifications
    • ID Verification
      POST
    • Face Verification
      POST
    • AML
      POST
    • Proof Of Address
      POST
  1. Verifications

Proof Of Address

POST
/proof-of-address
The Proof of Address (POA) Verification API allows you to verify address documents by submitting document images or PDFs. This API extracts and validates address information, performs authenticity checks, and returns structured data from the document.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://backend.verifix.itsecnow.com/v1/api/proof-of-address' \
--header 'x-api-key;' \
--form 'document=""' \
--form 'expected_address=""' \
--form 'expected_country=""' \
--form 'expected_first_name=""' \
--form 'expected_last_name=""' \
--form 'poa_languages_allowed=""' \
--form 'poa_document_age_months=""' \
--form 'poa_name_mismatch_action=""' \
--form 'poa_document_issues_action=""' \
--form 'poa_document_authenticity_action=""' \
--form 'poa_unsupported_language_action=""' \
--form 'poa_address_mismatch_action=""' \
--form 'poa_issuer_not_identified_action=""'
Response Response Example
{}

Request

Header Params

Body Params multipart/form-data

Responses

🟢200Success
application/json
Body

Modified at 2025-07-21 13:11:46
Previous
AML
Built with