v1
latestOpenAPI 3.0.02026-07-1315476656.4 KBCheckAccount
Create a new file import account
Creates a new banking account for file imports (CSV, MT940).
post/CheckAccount/Factory/fileImportAccount
Request body
Example request
{
"name": "Iron Bank",
"importType": "CSV",
"accountingNumber": 1800,
"iban": "DE02100500000054540402"
}Response
Created
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",
"status": "100",
"accountingNumber": "1800"
}
}