Organisation
Record a PAYE payment for a specific tax year and period
Records a PAYE payment for the current organisation for a specific tax year and period (monthly or quarterly based on HMRC settings)
POST
Record a PAYE payment for a specific tax year and period
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 period for the payment (1-12 for monthly, 1-4 for quarterly)
Required range:
1 <= x <= 12Body
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"
Get PAYE liability summary by tax year
Previous
Update a PAYE payment for a specific tax year and payment ID
Next