Learn about theDocumentation Index
Fetch the complete documentation index at: https://docs.argyle.com/llms.txt
Use this file to discover all available pages before exploring further.
/payouts endpoint.
payouts are machine-readable, normalized versions of traditional paystubs. Each payout object corresponds to a single paystub that is available in a user’s payroll account.
The payout object
Argyle does not calculate YTD values. All YTD values are as they appear on the user’s paystubs.
Attributes
id(string (uuid), optional): Unique ID for this payout.payout_period(object, optional)overtime *DEPRECATED(string, optional)bonuses *DEPRECATED(string, optional)commission *DEPRECATED(string, optional)
Retrieve a payout
GET/v1/payouts/{id}
- Retrieve a payout object with the supplied ID.
- This request returns a payout object if a valid identifier was provided.
Path parameters
id(string (uuid), required): The identifier of the payout to be retrieved.
- curl
- python
List payouts
GET/v1/payouts
- List all payouts ordered by
payout_date, from newest to oldest. - This request returns an object with a
resultsproperty that contains an array of up tolimitpayout objects.
Query parameters
- curl
- python