Jupiter ERP
Account API

CreateBankAccountRequest

Fields, types, and references to other models.

CreateBankAccountRequest (object)

FieldTypeDescription
bicstring
booking_account_numberintegerLedger account number for DATEV export.
currency_codestring
ibanstring
is_activeboolean
is_manualbooleanTrue = manual account (create transactions manually); false = externally synced.
name*string
Example (JSON)
{
  "name": "string",
  "iban": "string",
  "bic": "string",
  "currency_code": "string",
  "is_active": true,
  "is_manual": true
}
Schema CreateBankAccountRequest · Jupiter ERP