Overview
This endpoint validates a subject’s address using statistical data — cross-referencing the provided address against known address data to confirm it is associated with the individual.Endpoint
Request
Request Fields
| Field | Type | Required | Description |
|---|---|---|---|
ConsentReceived | boolean | Yes | Must be true |
IdNumber | string | Yes | SA ID number |
FirstName | string | Yes | Subject’s first name |
LastName | string | Yes | Subject’s last name |
AddressLine1 | string | Yes | Street address |
Suburb | string | No | Suburb |
City | string | Yes | City |
Province | string | No | Province |
PostalCode | string | Yes | Postal code |
CRef | string | No | Your transaction reference |
Response
| Field | Description |
|---|---|
addressVerified | true if the address is confirmed as associated with the subject |
matchScore | Confidence score of the address match (0–100) |
verifiedAddress | The normalized address as found in the data source |

