v1
latestOpenAPI 3.0.02026-08-0696238481.7 KBList balance transactions
Retrieves a list of balance transactions for the given account.
Query parameters
Control how many items are returned in the result list. The max limit we allow is 50.
A token to identify the previous item to start querying after. The value of the paginationToken field from that response should be supplied here, to retrieve the next page of results for that timestamp range.
You may specify a Payout ID to retrieve all transactions which made up a particular payout.
Note that this is only available for accounts on Automated payouts. For Manual payouts if specified, this will return an empty result set. Also consider that if you switch between payout frequency (Manual to Automatic) then the initial payout after switching is not supported here.
Headers
The linked accountId (use this to list balance transactions for a specific sub account)
Response
Successfully retrieved the balance transactions
Example response
{
"items": [
{
"id": "bltxn_01FCTS1XMKH9FF43CAFA4CXT3P",
"type": "TransactionCapture",
"amount": 575,
"currency": "GBP",
"feeTotal": 5,
"net": 572,
"status": "Available",
"origin": {
"id": "txn_01FCTS1XMKH9FF43CAFA4CXT3P_01FCTS1XMKH9FF43CAFA4CXT3P",
"amount": 575
},
"availableAt": 1631696701,
"createdTimestamp": 1631696701,
"lastUpdatedTimestamp": 1631696701
}
],
"paginationToken": "bltxn_01FCTS1XMKH9FF43CAFA4CXT3P"
}