Payroll
Payment
Read payroll and contractor related payments by the company.
GET
/
employer
/
payment
Authorizations
Please use your Access Token
Headers
Header used to specify the version for a given API request. Current version is 2020-09-17.
Query Parameters
The start date to retrieve payments by a company (inclusive) in YYYY-MM-DD
format.
The end date to retrieve payments by a company (inclusive) in YYYY-MM-DD
format.
Response
200 - application/json
The unique id for the payment.
The pay period object.
Array of every individual on this payment.
Array of the Finch id (uuidv4) of every pay group associated with this payment.
List of pay frequencies associated with this payment.
Available options:
annually
, semi_annually
, quarterly
, monthly
, semi_monthly
, bi_weekly
, weekly
, daily
, other
Was this page helpful?