# Paychecks The _paychecks_ endpoint provides detailed information about paychecks. You can retrieve individual paycheck details, including the person and job associated with the paycheck, its status, pay period, expected deposit date, total debited amount, withholdings, earnings, and currency. **Functionality:** Retrieve specific paycheck details, including payee and job information, and monitor the status and financial details of each paycheck. ## Get a Paycheck object - [GET /rest/paychecks/{paycheck_id}](https://developer.dailypay.com/developer-resources/documentation/paychecks/readpaycheck.md): Returns details about a paycheck object. ## Get a list of paycheck objects - [GET /rest/paychecks](https://developer.dailypay.com/developer-resources/documentation/paychecks/listpaychecks.md): Returns a collection of paycheck objects. This object details a person's pay and pay period. See Filtering Paychecks for a description of filterable fields.