This version is in beta - expect some breaking changes.
Individual PAYE Test Support API
Available in Sandbox | Yes |
---|---|
Sandbox base URL | https://test-api.service.hmrc.gov.uk |
Available in Production | No |
Overview
This API lets you set up test data for the Individual PAYE APIs: Individual Benefits, Individual Employment, Individual Income and Individual Tax.
Versioning
When an API changes in a way that is backwards-incompatible, we increase the version number of the API. See our reference guide for more on versioning.
Errors
We use standard HTTP status codes to show whether an API request succeeded or not. They are usually in the range:
- 200 to 299 if it succeeded, including code 202 if it was accepted by an API that needs to wait for further action
- 400 to 499 if it failed because of a client error by your application
- 500 to 599 if it failed because of an error on our server
Errors specific to each API are shown in the Endpoints section, under Response. See our reference guide for more on errors.
Endpoints
/individual-paye-test-support/sa/{utr}/benefits/annual-summary/{taxYear}
/individual-paye-test-support/sa/{utr}/employments/annual-summary/{taxYear}
/individual-paye-test-support/sa/{utr}/income/annual-summary/{taxYear}
/individual-paye-test-support/sa/{utr}/tax/annual-summary/{taxYear}