Skip to main content

Definition

Unter Accounts verstehen wir die einzelnen Konten bei deiner Bank. Wenn Du im Business-OS Dashboard deinen Online-Banking Zugang verküpfst (Connection) hast du Zugriff auf alle Konten (Accounts), auf die auch dieser Online-Banking Zugang Zugriff hat.

List Accounts (READ)

Dieses Modul zeigt alle verfügbaren Konten mit ihren Informationen einer Connection an.
{
  "data": [
    {
      "id": "1111111111111111111",
      "connection_id": "1111111111111111111",
      "name": "Simple account 1 MasterCard",
      "nature": "card",
      "balance": 2007.9,
      "currency_code": "EUR",
      "extra": {
        "iban": "DE5555555555555555555555",
        "swift": "ABCDEFGH",
        "status": "active",
        "card_type": "master_card",
        "sort_code": "65-43-21",
        "holder_name": "John DOE",
        "account_name": "123456",
        "current_date": "2021-09-14",
        "current_time": "18:04:00",
        "account_number": "123456",
        "transactions_count": {
          "posted": 4,
          "pending": 0
        },
        "last_posted_transaction_id": "7777777777777777777"
      },
      "created_at": "2021-09-14T18:04:48Z",
      "updated_at": "2021-09-14T18:04:48Z"
    },
      "created_at": "2021-09-14T18:04:48Z",
      "updated_at": "2021-09-14T18:04:48Z"
    }
  ],
  "meta": {
    "next_id": "3333333333333333333",
    "next_page": "/api/v6/accounts?connection_id=1111111111111111111&from_id=3333333333333333333"
  }
}

Verbrauch

Für das ausführen dieses Modul wird 1 Credit berechnet. Deinen detaillierten Verbrauche kannst Du in deinem Dashboard ansehen.