Skip to main content
POST
Record a PAYE payment for a specific tax year and period

Authorizations

X-Auth-Token
string
header
required

Access token obtained from OAuth2 client credentials flow

X-Org-Id
string
header
required

Organisation to scope the request to. Required when the principal can access more than one organisation; optional for single-organisation principals (the authorizer resolves it automatically).

Path Parameters

taxYear
integer
required

The tax year for the payment

Required range: 1800 <= x <= 3000
period
integer
required

The period for the payment (1-12 for monthly, 1-4 for quarterly)

Required range: 1 <= x <= 12

Body

application/json

Request body for recording a PAYE payment

paymentReference
string
required

The payment reference used

Example:

"PAYE_2024_001"

amountPaid
number<decimal>
required

The amount paid to HMRC

Example:

1500

paymentDate
string<date>
required

The date the payment was made

Example:

"2024-05-22"

notes
string | null

Notes about the payment (e.g., how it was made, who made it)

Example:

"BACS payment via online banking"

Response

Successfully recorded PAYE payment

message
object
content
object
validationIssues
object[]
messageToken
string
data
object

Response containing the recorded PAYE payment details