v1

latestOpenAPI 3.0.02026-08-06363576.8 KB
Transaction

Get a list of transactions

Lists all transactions for the authenticated account. Requires a secret key.

get/transactions/

Query parameters

page_sizeinteger

The number of items to return in the response. Default is 10, maximum is 1000. This parameter is optional, and if it is not present in the query string, no pagination is applied.

searchstring

Search across transaction uuid and external reference.

statestring

Comma separated list of transaction states to include.

subscription_idinteger

Filter to a specific subscription id.

payment_idinteger

Filter to a specific payment id.

created_at_afterstring date

Filter transactions created on or after this date (YYYY-MM-DD).

created_at_beforestring date

Filter transactions created on or before this date (YYYY-MM-DD).

paid_at_afterstring date

Filter transactions settled on or after this date (YYYY-MM-DD).

paid_at_beforestring date

Filter transactions settled on or before this date (YYYY-MM-DD).

Response

Successful operation

OR

Example response

[
  {
    "amount": "6.99",
    "currency": "USD"
  }
]