Exports a list of the transactions for a single payment account to a CSV file.

Merchant tokens can only use this endpoint if an IP address whitelist is set.

Authorization: End user or Merchant token (IP address whitelisted) is required.

User permissions required: CanViewTransactions

Path Params
uuid
required

The ID of the account to retrieve transactions for.

Query Params
date-time

The start date to retrieve transactions from.

int32

The page number to retrieve.

int32
Defaults to 20

The number of transactions per page.

date-time

The end date to retrieve transactions from.

string
enum

A credit filter to apply to the transactions to retrieve.

Allowed:
string

The text filter to apply to retrieve transactions with a similar account name, description, their reference, your reference, etc.

string

Optional expression to sort the order of the transactions. Example "Amount desc,Inserted asc".

double

The amount filter to apply to retrieve transactions that exceed this amount.

double

The amount filter to apply to retrieve transactions that don't exceed this amount.

Responses

202

Accepted. The CSV file is being generated.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/csv