List transactions for the selected cash account.
GET {{baseUrl}}/v2/transactions/cash/:id?cursor=voluptate ex&limit=88286294
This endpoint lists all transactions for the cash account with the selected ID.
Body
PARAM
Key | Datatype | Required | Description |
cursor
|
string | ||
limit
|
number |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"items": [
{
"description": "dolor aliqua",
"id": "labore officia nulla",
"initiated_at_date": "1996-05-22",
"posted_at_date": "2011-03-17",
"amount": {
"amount": -34986898,
"currency": "adipisicing ad dolor"
},
"type": {
"value": "<Error: Could not resolve allOf schema"
}
},
{
"description": "ex fugiat consectetur",
"id": "esse",
"initiated_at_date": "1987-03-11",
"posted_at_date": "2020-12-08",
"amount": {
"amount": 5780007,
"currency": "proident"
},
"type": {
"value": "<Error: Could not resolve allOf schema"
}
}
],
"next_cursor": "sint ad dolor"
} |
ENDPOINTS