curl --request POST \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/fps/test-in-live \
--header 'Authorization: Bearer <token>'{
"task_id": "<string>",
"status": "DRAFT"
}Submit a Test-in-Live (TIL) FPS to HMRC.
Uses the calculated payslip data to submit an FPS with message class HMRC-PAYE-RTI-FPS-TIL. HMRC processes it as a test without affecting live payroll records. Can be run after payroll calculation, before approval.
curl --request POST \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/fps/test-in-live \
--header 'Authorization: Bearer <token>'{
"task_id": "<string>",
"status": "DRAFT"
}Get token from Auth0 and paste it here
Was this page helpful?