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.
B2B Payment API
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
integer
Default:
10
Loading...
offset
integer
Default:
0
Loading...
start_date
string
Example:
2023-04-19T00:00:00
Loading...
end_date
string
Example:
2023-05-19T23:59:59
Loading...
search_term
string
Example:
David William Smith
Loading...
merchant_id required
integer
Example:
246810
Loading...
user
string
Example:
jhondoe
Loading...
status
string
Example:
ACCEPTED
Loading...
transaction_type
string
Example:
1
Loading...
customer_id
integer
Example:
1
Loading...
entry_method
string
Example:
VT
Loading...
date_type
string
Default:
PROCESSED
Loading...
transaction_id
string
Example:
9ecaffcf-48b4-480a-91b4-a0c4d8786806
Loading...
idempotency_key
string
Maximum:
50Example:
9ecaffcf-48b4-480a-91b4-a0c4d8786806
Loading...
X-Integrator-Id
string
Maximum:
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
string
Example:
9ecaffcf-48b4-480a-91b4-a0c4d8786806
Loading...
X-Integrator-Id
string
Maximum:
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
string
Maximum:
50Example:
9ecaffcf-48b4-480a-91b4-a0c4d8786806
Loading...
X-Integrator-Id
string
Maximum:
12Loading...
Example Response
200 Successful Response
422 Validation Error