v1
latestOpenAPI 3.0.32026-07-131713.6 KBCheck if an individual is a Scotland, Wales or rest of the UK resident
Pension Scheme Administrators can find out if a pension scheme member pays tax in Scotland, Wales or in the rest of the UK. They can apply the correct rate of Income Tax to their relief at source contributions. From 1 January to 5 April, the API will return currentYearResidencyStatus and nextYearForecastResidencyStatus. From 6 April to 31 December, the API will only return currentYearResidencyStatus.
post/individuals/relief-at-source/residency-status
Headers
Accept'application/vnd.hmrc.2.0+json' required
Specifies the response format and the version of the API to be used.
Content-Type'application/json' required
Specifies the format of the request body, which must be JSON.
Authorizationstring required
Example:Bearer bb7fed3fe10dd235a2ccda3d50fb
An OAuth 2.0 Bearer Token with the read:ras scope.
Request body
Example request
{
"nino": "BB123456B",
"firstName": "John",
"lastName": "Smith",
"dateOfBirth": "1975-05-25"
}Response
OK