v1

latestOpenAPI 3.0.02026-07-1315476656.4 KB
CheckAccount

Find check account by ID

Retrieve an existing check account

get/CheckAccount/{checkAccountId}

Path parameters

checkAccountIdinteger required

ID of check account

Response

Successful operation

Example response

{
  "objects": [
    {
      "id": "2",
      "objectName": "CheckAccount",
      "create": "2024-06-28T14:42:58+02:00",
      "update": "2024-06-28T14:42:58+02:00",
      "sevClient": {
        "id": "0",
        "objectName": "SevClient"
      },
      "name": "Iron Bank",
      "iban": "DE02100500000054540402",
      "type": "online",
      "importType": "CSV",
      "currency": "EUR",
      "baseAccount": "1",
      "priority": "2",
      "status": "100",
      "balance": "12.34",
      "bankServer": "FINAPI",
      "lastSync": "2024-06-28T14:42:58+02:00",
      "accountingNumber": "1800",
      "bic": "BELADEBEXXX"
    }
  ]
}