v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCheckAccount
Retrieve check accounts
Retrieve all check accounts
get/CheckAccount
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"
}
]
}