B2B API Specification

Version 3.2.22

production
sandbox

ACH Transaction Records

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 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
integer
Default
10

Loading...

offset
Type
integer
Default
0
Minimum
0

Loading...

start_date
Type
string
Example
2023-04-19T00:00:00

Loading...

end_date
Type
string
Example
2023-05-19T23:59:59

Loading...

search_term
Type
string
Example
David William Smith

Loading...

merchant_id required
Type
integer
Example
246810

Loading...

user
Type
string
Example
jhondoe

Loading...

status
Type
string
Enum
INITIATEDACCEPTEDVOIDEDORIGINATEDSETTLEDPARTIALLY_SETTLEDERRORDECLINEDNSF_DECLINEDREJECTEDFAILEDVERIFYINGRETURNEDTECHNICAL_ERROR
Example
ACCEPTED

Loading...

transaction_type
Type
string
Enum
1234
Example
1

Loading...

customer_id
Type
integer
Example
1

Loading...

entry_method
Type
string
Enum
APIVTCartREMBL
Example
VT

Loading...

date_type
Type
string
Default
PROCESSED
Enum
PROCESSEDSETTLED

Loading...

transaction_id
Type
string
Example
9ecaffcf-48b4-480a-91b4-a0c4d8786806

Loading...

idempotency_key
Type
string
Maximum Length
50
Example
9ecaffcf-48b4-480a-91b4-a0c4d8786806

Loading...

X-Integrator-Id
Type
string
Maximum Length
12

Loading...

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
string
Example
9ecaffcf-48b4-480a-91b4-a0c4d8786806

Loading...

X-Integrator-Id
Type
string
Maximum Length
12

Loading...

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
string
Maximum Length
50
Example
9ecaffcf-48b4-480a-91b4-a0c4d8786806

Loading...

X-Integrator-Id
Type
string
Maximum Length
12

Loading...

Example Response
200 Successful Response
422 Validation Error

Contact Us

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.