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.
Path parameters
ID of account to fetch transactions for
Query parameters
Partial description text to search for
Partial description text to search for
Transactions with amount equal or more than this amount
Transactions with amount equal or more than this amount
Transactions with amount equal or less than this amount
Transactions with amount equal or less than this amount
Transactions with posted date equal or after to this date
Transactions with posted date equal or after to this date
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
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
Transaction types
If true only credit transactions will be returned, if false, only debit transactions will be returned
If true only credit transactions will be returned, if false, only debit transactions will be returned
Transactions with this sourceId
Transactions with this sourceId
Size of Page to fetch
Size of Page to fetch
Show available balance
Show available balance
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
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
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
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
Page to fetch (0 indexed)
Page to fetch (0 indexed)
Response
OK
Example response
{
"content": [
{
"id": "T000000001",
"currency": "GBP",
"transactionDate": "2017-01-28T01:01:01+0000",
"postedDate": "2017-01-28T01:01:01+0000",
"account": {
"id": "A0000001",
"balance": "10000.00",
"availableBalance": "10000.00",
"currency": "GBP",
"status": "ACTIVE",
"identifiers": [
{
"accountNumber": "12345678",
"sortCode": "000000",
"iban": "GB20MODR04001401100000",
"bic": "MODRGB21",
"currency": "GBP",
"countrySpecificDetails": {
"bankName": "Apple Bank",
"bankAddress": "2100 Broadway",
"bankCity": "New York City",
"bankBranchName": "New York",
"bankBranchCode": "44-04",
"chineseId": "01101201901018889",
"province": "Zhejiang",
"business": true,
"bankCodeType": "ABA",
"bankCountry": "US",
"abaRoutingNumber": "123456789"
},
"productId": "O2100001"
}
],
"customerId": "C0000001",
"externalReference": "aReference_00001",
"createdDate": "2017-01-28T01:01:01+0000"
}
}
]
}