The Transaction Record API provides real-time access to check or ACH (Automated Clearing House) transaction records as they are stored in our systems. These endpoints offer precise control over the time frame and set size, allowing retrieval of up to 30 records per request.
ACH Transaction Records
ACH Transactions
get /v3/checks/transactions
This method provides a list of check or ACH (Automated Clearing House) transaction records based on specified search filter, with a maximum number of 30 records per request.
Parameters
limit
Type
integerDefault
10Loading...
offset
Type
integerDefault
0Minimum
0Loading...
start_date
Type
stringExample
2023-04-19T00:00:00Loading...
end_date
Type
stringExample
2023-05-19T23:59:59Loading...
search_term
Type
stringExample
David William SmithLoading...
merchant_id required
Type
integerExample
246810Loading...
user
Type
stringExample
jhondoeLoading...
status
Type
stringEnum
INITIATEDACCEPTEDVOIDEDORIGINATEDSETTLEDPARTIALLY_SETTLEDERRORDECLINEDNSF_DECLINEDREJECTEDFAILEDVERIFYINGRETURNEDTECHNICAL_ERRORExample
ACCEPTEDLoading...
transaction_type
Type
stringEnum
1234Example
1Loading...
customer_id
Type
integerExample
1Loading...
entry_method
Type
stringEnum
APIVTCartREMBLExample
VTLoading...
date_type
Type
stringDefault
PROCESSEDEnum
PROCESSEDSETTLEDLoading...
transaction_id
Type
stringExample
9ecaffcf-48b4-480a-91b4-a0c4d8786806Loading...
idempotency_key
Type
stringMaximum Length
50Example
9ecaffcf-48b4-480a-91b4-a0c4d8786806Loading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
Example Response
200 Successful Response
422 Validation Error
ACH Transaction By ID
get /v3/checks/transactions/{ach_transaction_id}
This method provides a single transaction record based on the Transaction ID
Parameters
ach_transaction_id required
Type
stringExample
9ecaffcf-48b4-480a-91b4-a0c4d8786806Loading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
Example Response
200 Successful Response
422 Validation Error
ACH Transaction By Idempotency Key
get /v3/checks/transactions/idempotency-keys/{idempotency_key}
This method provides a single transaction record based on the Idempotency Key
Parameters
idempotency_key required
Type
stringMaximum Length
50Example
9ecaffcf-48b4-480a-91b4-a0c4d8786806Loading...
X-Integrator-Id
Type
stringMaximum Length
12Loading...
Example Response
200 Successful Response
422 Validation Error