Skip to main content
POST
List transactions

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
processing[batchDate]
string<date>

The batch processing date

metadata.test
string

Example metadata filter. Filter on any metadata key as metadata.<key>.

Example:

"test"

Response

200 - application/json

Successful eCheckSale

success
boolean

Whether the request was processed successfully. Declines return HTTP 200 with success: false.

message
string

Human-readable result message.

code
string

Machine-readable result code. See the Error Codes reference.

data
object[]

The response payload.

count
number

Number of records.

query
object

Echo of the query envelope that produced this result.

Last modified on July 14, 2026