# Payslips **GET /2023-03-01/xhr/payruns/{payrun_id}** Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - sageone - shape payroll - simplepay.ie - staffology - xero uk ## Servers - Production server (EU): https://api.affixapi.com (Production server (EU)) - Development server (EU): https://dev.api.affixapi.com (Development server (EU)) ## Authentication methods - Access token ## Parameters ### Path parameters - **payrun_id** (string) The id of the payrun. ## Responses ### 200 Success #### Body: application/json (array[object]) - **id** (string | null) The Affix-assigned id of the payslip - **remote_id** (string | null) the remote system-assigned id of the payrun - **employee_id** (string) - **employee_remote_id** (string) - **payrun_id** (string) - **payrun_remote_id** (string) - **payrun_type** (string | null) - **currency** (string | null) - **gross_pay** (number | null) if USD/EUR/GBP, in cent - **net_pay** (number | null) if USD/EUR/GBP, in cent - **start_date** (string(date)) - **end_date** (string(date)) - **payment_date** (string(date)) - **earnings** (array[object] | null) - **contributions** (array[object] | null) Items paid by the employer that are not included in gross pay, such as employer-paid portion of private health insurance - **deductions** (array[object] | null) - **taxes** (array[object] | null) - **reimbursements** (array[object] | null) ### 202 Accepted + pending (async job started) #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 401 Authentication Error #### Body: application/json (object) - **error** (string) The type of error - **message** (string) A descriptive description of the error - **code** (string) ### 429 Rate Limited / Too Many Requests #### Headers - **Retry-After** (integer) Retry your call after the specified amount of seconds #### Body: application/json (object) - **message** (string) ### 500 Server Error #### Body: application/json (object) - **message** (string) ### 501 Not Implemented #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)