Get transactions for a specific Account

Retrieves the last 6 months of transactions (successful payments in & out) of an account, specified by a unique account reference.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

ID of account to fetch transactions for

Query Params
string

Partial description text to search for

number
≥ 0

Transactions with amount equal or more than this amount

number
≥ 0.01

Transactions with amount equal or less than this amount

string

Transactions with posted date equal or after to this date

string

Transactions with posted date equal or before to this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

type
array of strings

Transaction types

type
json

If true only credit transactions will be returned, if false, only debit transactions will be returned

string

Transactions with this sourceId

int32
≤ 500

Size of Page to fetch

boolean

Show available balance

string

Transactions with transaction date equal or after to this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

string

Transactions with transaction date equal or before to this date. Format is 'yyyy-MM-dd'T'HH:mm:ssZ' where Z is UTC offset. e.g 2017-01-28T01:01:01+0000

int32

Page to fetch (0 indexed)

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*