Credit Linked Address Check
Credit Linked Addresses can contain up to a six-year address history of a data subject.
Minimum Requirements​
The following table lists the minimum inputs required to make a valid request for a Credit Linked Address:
Input | Description |
---|---|
Forename | First Name of the individual |
Surname | Last Name of the individual |
Full Postcode | Full post code of the individual |
Building Number | And/Or the Building Number of the individual |
Building Name | And/Or the Building Name of the individual |
Service Request​
To request for a Credit Linked Address check, add a CREDIT_LINKED_ADDRESSES
action to the request body entity PeopleActionsRequest
:
{
"actions": [
{ "action": "CREDIT_LINKED_ADDRESSES" }
]
}
PeopleActionsRequest
​
Service Response​
As part of the PersonActionsResponse
entity, the property creditLinkedAddresses
contains the results of the request.