Skip to main content
GET
List transactions

Authorizations

Authorization
string
header
required

OAuth2 client credentials. Request a token from /oauth/token and send it as Authorization: Bearer <token>.

Query Parameters

limit
integer
default:25

Page size (1-100).

Required range: 1 <= x <= 100
starting_after
integer

Cursor: return transactions with an id lower than this (from a prior next_cursor).

status
string

Filter by normalized status, for example paid, pending, failed, refunded, partially_refunded.

merchant_id
integer

Filter to a single merchant.

external_reference
string

Filter by the reference you supplied at payment creation (your order id).

id
integer

Exact transaction id (returns a zero-or-one list).

created_after
string<date-time>

ISO 8601 lower bound on created_at.

created_before
string<date-time>

ISO 8601 upper bound on created_at.

Response

A list of transactions

object
string
Example:

"list"

data
object[]
has_more
boolean
Example:

false

next_cursor
integer | null
Example:

null