Get all ACH transactions for a company

GET {{baseUrl}}/v1/companies/:company_uuid/ach_transactions?contractor_payment_uuid=<string>&payroll_uuid=<string>&transaction_type=<string>&payment_direction=<string>

Fetches all ACH transactions for a company.

scope: ach_transactions:read

Request Params

KeyDatatypeRequiredDescription
contractor_payment_uuidstringThe UUID of the contractor payment
payroll_uuidstringThe UUID of the payroll
transaction_typestringUsed to filter the ACH transactions to only include those with a specific transaction type, such as "Credit employee pay".
payment_directionstringUsed to filter the ACH transactions to only include those with a specific payment direction, either "credit" or "debit".

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Acceptstring

RESPONSES

status: OK

[{&quot;uuid&quot;:&quot;123e4567-e89b-12d3-a456-426655440000,&quot;,&quot;company_uuid&quot;:&quot;456e7890-e12b-34c5-d678-901234567890,&quot;,&quot;payment_event_type&quot;:&quot;Payroll,&quot;,&quot;payment_event_uuid&quot;:&quot;789e0123-e45f-67ab-c890-123456789012,&quot;,&quot;recipient_type&quot;:&quot;Employee,&quot;,&quot;recipient_uuid&quot;:&quot;012e3456-f78d-90ab-12cd-345678901234,&quot;,&quot;error_code&quot;:&quot;null,&quot;,&quot;transaction_type&quot;:&quot;Credit employee pay,&quot;,&quot;payment_status&quot;:&quot;submitted,&quot;,&quot;payment_direction&quot;:&quot;credit,&quot;,&quot;payment_event_check_date&quot;:&quot;2023-10-02,&quot;,&quot;payment_date&quot;:&quot;2023-10-17,&quot;,&quot;amount&quot;:&quot;123.00,&quot;,&quot;description&quot;:&quot;PAY 380654&quot;}]