Skip to main content
POST
Transaction List

Authorizations

X-API-KEY
string
header
required

API key for authentication

Headers

provider
enum<string>
required

Provider name.

Available options:
BRI,
NTT,
CASHUP,
SHC
simulation
boolean

Simulation/mock response flag.

pretty-print
boolean

Json Pretty Formatter flag.

Body

application/json
commands
enum<string>[] | null

List of command types to filter by.

Available options:
PAY
Example:
statuses
enum<string>[]

List of statuses to filter by.

Transaction status values

Available options:
SUCCESS,
FAILED
Example:
from
string<date-time> | null

Start date-time for the filter (ISO 8601 format).

Example:

"2025-06-17T15:00:00.000Z"

to
string<date-time> | null

End date-time for the filter (ISO 8601 format).

Example:

"2025-06-20T15:00:00.000Z"

Response

A list of transaction histories.

histories
object[]
required

A list of past transactions.