Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.plane.com/v1/payrolls/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "pr_abc123def456", "type": "contractor", "status": "processed", "note": "January contractor payments", "period": { "starts": "2024-01-01", "ends": "2024-01-15" }, "totals": { "amount": "25000.00", "currency": "USD" }, "items": [ { "worker": "wr_xyz789", "amount": "5000.00", "currency": "USD" }, { "worker": "wr_abc123", "amount": "7500.00", "currency": "USD" }, { "worker": "wr_def456", "amount": "12500.00", "currency": "USD" } ] }
Retrieve the details of an existing payroll.
Was this page helpful?