Skip to main content
GET
List transactions

Authorizations

X-API-Key
string
header
required

Includes an API key in the HTTP headers to authenticate the client.

X-API-Secret
string
header
required

Includes an API secret in the HTTP headers to authenticate the client.

Query Parameters

page[size]
string
default:50

The number of items to return per page.

Pattern: ^[0-9]*$
Example:

"0"

page[after]
string

The cursor to start the page after.

Pattern: ^trxn_[a-zA-Z0-9]{27}$
Example:

"trxn_2ofTAESrTs4uQ8N3yGBMhGj59jV"

filter[hasRevenue]
enum<string>

When true, only transactions with customer revenue; when false, only without.

Available options:
true,
false

Response

The list of transactions

data
object[]
required
Example:
Example: