Retrieve detailed payment run information including employee payment records and exceptions for a specific payment run.
Retrieves detailed payment run information including employee payment records and exceptions for a specific payment run.
Payment Run Details Response
{- "data": {
- "0": {
- "id": "a0bc1ba8-063e-c1fd-3e8f-6b5951f33e03"
}, - "type": "paymentRunDetail",
- "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
- "attributes": {
- "employeePaymentRunDetail": [
- {
- "employmentGUID": "906264f1-2dff-4f72-a10b-59918cf738d7",
- "netAmountPaid": 2500,
- "taxPaid": 500,
- "taxablePay": 3000,
- "taxCode": "1257L",
- "nationalInsurancePaid": 250,
- "otherDeductions": 50
}
], - "exceptions": [
- {
- "employmentGUID": "906264f1-2dff-4f72-a10b-59918cf738d7",
- "exception": "Missing payment method"
}
]
}
}
}