Skip to main content
GET
List transactions

Authorizations

Authorization
string
header
required

Access token issued by POST /v1/auth/token.

x-zeam-auth
string
header
required

Application secret (the apiKey issued at registration), validated at the Kong edge.

Query Parameters

status
string

Filter by lifecycle status (e.g. completed, failed, refund_completed).

startDate
string

Only records created on or after this time (RFC 3339 or YYYY-MM-DD).

endDate
string

Only records created on or before this time (RFC 3339 or YYYY-MM-DD).

limit
integer
default:20

Maximum items per page.

Required range: 1 <= x <= 100
cursor
string

Opaque pagination cursor from a previous response.

Response

A page of transaction records.

data
object[]
required
pagination
object
required