GET
/
employer
/
payment

Authorizations

Authorization
string
header
required

Please use your Access Token

Headers

Finch-API-Version
string
default:
2020-09-17
required

Header used to specify the version for a given API request. Current version is 2020-09-17.

Query Parameters

start_date
string
required

The start date to retrieve payments by a company (inclusive) in YYYY-MM-DD format.

end_date
string
required

The end date to retrieve payments by a company (inclusive) in YYYY-MM-DD format.

Response

200 - application/json
company_debit
object | null
debit_date
string | null
employee_taxes
object | null
employer_taxes
object | null
gross_pay
object | null
id
string

The unique id for the payment.

individual_ids
string[] | null

Array of every individual on this payment.

net_pay
object | null
pay_date
string | null
pay_frequencies
enum<string>[] | null

List of pay frequencies associated with this payment.

Available options:
annually,
semi_annually,
quarterly,
monthly,
semi_monthly,
bi_weekly,
weekly,
daily,
other
pay_group_ids
string[] | null

Array of the Finch id (uuidv4) of every pay group associated with this payment.

pay_period
object | null

The pay period object.