Skip to main content
GET
List transactions

Overview

Retrieve a paginated list of all transactions associated with your account. This endpoint allows you to view transaction history with filtering and sorting options.

Authorizations

X-API-KEY
string
header
required

API key for authentication.

Query Parameters

page
integer

Page number (0-indexed)

size
integer

Number of items per page

sort
string

Sort field and direction

filters
string

Filter expression

export
string

Set to export results as CSV

customer_id
string

Filter by customer ID

Response

Transactions retrieved successfully (or CSV when export is set)

status
boolean
data
object
error
any[]
message
string