curl --request GET \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/tasks/bacs-file/status \
--header 'Authorization: Bearer <token>'{
"task_id": "<string>",
"status": "DRAFT"
}Return the current status of the BACS file generation task for a payrun.
curl --request GET \
--url https://preview.intermezzo.ai/gb/organizations/{organization_id}/payrolls/{payroll_status_id}/tasks/bacs-file/status \
--header 'Authorization: Bearer <token>'{
"task_id": "<string>",
"status": "DRAFT"
}Get token from Auth0 and paste it here
Was this page helpful?