Organisation
Update a PAYE payment for a specific tax year and payment ID
Updates an existing PAYE payment for the current organisation, recalculating due dates, and payment status
PUT
Update a PAYE payment for a specific tax year and payment ID
Documentation Index
Fetch the complete documentation index at: https://docs.flowpayroll.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Access token obtained from OAuth2 client credentials flow
Path Parameters
The tax year for the payment
Required range:
1800 <= x <= 3000The unique identifier of the payment to update
Body
application/json
Request body for recording a PAYE payment
The payment reference used
Example:
"PAYE_2024_001"
The amount paid to HMRC
Example:
1500
The date the payment was made
Example:
"2024-05-22"
Notes about the payment (e.g., how it was made, who made it)
Example:
"BACS payment via online banking"
Record a PAYE payment for a specific tax year and period
Previous
Delete a PAYE payment for a specific tax year, period, and payment ID
Next