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

In pins 4 + flow
  • flow
    flow
  • connection required
    saltedgeconnection

    current saltedge connection

  • connection id required
    value

    connection to retrieve transactions for

  • account id required
    value

    account to retrieve transactions for

  • from id
    value

    id of the transaction which the list starts with

Out pins 4 + flow
  • flow
    flow
  • connection
    saltedgeconnection

    current saltedge connection

  • success
    condition

    Returns the success state of the API request

  • transactions
    array<object>

    All posted-transactions for this connection

    [
      {
        "account_id": "333333333333333333",
        "amount": -200,
        "category": "advertising",
        "created_at": "2024-01-23T10:40:49Z",
        "currency_code": "USD",
        "description": "test transaction",
        "duplicated": false,
        "extra": {
          "original_amount": -3974.6,
          "original_currency_code": "CZK",
          "posting_date": "2020-05-07",
          "time": "23:56:12"
        },
        "id": "444444444444444444",
        "made_on": "2020-05-03",
        "mode": "normal",
        "status": "posted",
        "updated_at": "2024-01-24T10:40:49Z"
      }
    ]
  • error
    value

    An API error if the success out-pin if false

A typical wiring for list transactions: a function trigger starts the flow; get countries feeds the connection pin; value feeds the connection_id pin; value feeds the account_id pin; the flow out pin feeds debug.

Studio canvas example for the list transactions block: typical wiring for list transactions.

Version history

Introduced in v13.0.6.


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