Requirements
- API key pair
- Finances to perform address verification
Verify Address
Authorization:
API key pair
Method: POST
Endpoint: https://ivs.idenfy.com/api/v2/address-verificationRequest Parameters
No Match Found
If the address cannot be matched at all, the endpoint returns404 Not Found instead of a response body with status: UNVERIFIED. UNVERIFIED is only returned when a match is found but its verification code indicates the match is unverified or reverted — your integration needs to handle both the 404 case and the UNVERIFIED status.
You are only charged when a match is found. No funds are consumed when the endpoint returns
404.Response Values
BAD also covers the case where the provider returns no quality code at all — quality is never null. Treat BAD as “poor quality or quality unknown.”