● Live
Proof of Address
Confirm residential & postal address.
POST
/api/v1/poa/verifyConfirm a consumer's residential / postal address from their ID number.
Run a check on the site
No code needed, fill in the fields and we run the check for you, billed to your wallet. Same service, same data as the API below.
Sign in to continue
Run this check on the website
Every check is billed to your team wallet, and new accounts start with free trial credit. Sign in to get an instant, official result.
Sign in to run a check POPIA-handled
Free trial credit
Instant result
Example request
curl -X POST "https://api.asetrix.online/api/v1/poa/verify" \
-H "X-Api-Key: ask_live_xxx" -H "Content-Type: application/json" \
-d '{ "consumer": { "id_number": "8001015009087", "consent": true } }'
Request body
{
"consumer": {
"id_number": "8001015009087",
"consent": true
}
}Billed per call from your prepaid credits, new accounts start with free trial credits. Powered by licensed data partners. Scope an API key to poa on your dashboard.