list transactions
This block is part of the saltedge
group and was last modified in core v13.0.6
.
list transactions
v13.0.6
List the non-duplicated posted transactions of an account
Pin | Pin | Type | Default |
---|---|---|---|
flow |
flow |
|
|
connectionrequired current saltedge connection |
saltedgeconnection |
|
|
connection idrequired connection to retrieve transactions for |
value |
|
|
account idrequired account to retrieve transactions for |
value |
|
|
from id id of the transaction which the list starts with |
value |
|
Pin | Pin | Type | Example |
---|---|---|---|
flow |
flow |
||
connection current saltedge connection |
saltedgeconnection |
||
success Returns the success state of the API request |
condition |
||
transactions All posted-transactions for this connection |
array |
[
{
"id": "444444444444444444",
"duplicated": false,
"mode": "normal",
"status": "posted",
"made_on": "2020-05-03",
"amount": -200,
"currency_code": "USD",
"description": "test transaction",
"category": "advertising",
"extra": {
"original_amount": -3974.6,
"original_currency_code": "CZK",
"posting_date": "2020-05-07",
"time": "23:56:12"
},
"account_id": "333333333333333333",
"created_at": "2024-01-23T10:40:49Z",
"updated_at": "2024-01-24T10:40:49Z"
}
] |
|
error An API error if the success out-pin if false |
value |
Core Releases
v13.0.6 This block was introduced inv13.0.6
, click here to see the release notes.
Back to
saltedge
Return to the main group to view all sub-groups
Back to transactions
Return to the group to view all blocks within this group