Skip to content
Download OpenAPI description
Languages
Servers
https://api.kanbert.com/api/v1
Operations
Operations
Operations
Operations
Webhooks
Operations
Webhooks
Operations
Operations
Webhooks
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Schemas

PaymentAccountType

string(PaymentAccountType)
Enum"account""employee_expenses"
"account"

PaymentBookingData

idstringrequired
payment_typestringrequired
referencestringrequired
valuenumberrequired
outgoing_invoice_idstring or nullrequired
updated_atstring or null(date-time)required
created_atstring(date-time)required
deleted_atstring or null(date-time)required
{ "id": "string", "payment_type": "string", "reference": "string", "value": 0, "outgoing_invoice_id": "string", "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }

PaymentData

idstringrequired
typestringrequired
date_of_paymentstring or null(date)required
referencestringrequired
ibanstring or nullrequired
bicstring or nullrequired
valuenumberrequired
payment_accountobject(PaymentAccountData)required
payment_account.​idstringrequired
payment_account.​is_defaultbooleanrequired
payment_account.​titlestringrequired
payment_account.​organizationstring or nullrequired
payment_account.​identifierstring or nullrequired
payment_account.​typestring(PaymentAccountType)required
Enum"account""employee_expenses"
payment_account.​ownerUserData (object) or nullrequired
Any of:
payment_account.​owner.​idstringrequired
payment_account.​owner.​first_namestringrequired
payment_account.​owner.​last_namestringrequired
payment_account.​owner.​emailstringrequired
payment_account.​owner.​typestring(UserType)required
Enum"user""guest""tax_advisor""integration"
payment_account.​owner.​spaceobject(SpaceData)required
payment_account.​owner.​space.​idstringrequired
payment_account.​owner.​space.​namestringrequired
payment_account.​updated_atstring or null(date-time)required
payment_account.​created_atstring(date-time)required
payment_account.​deleted_atstring or null(date-time)required
bookingsArray of objects(PaymentBookingData)required
bookings[].​idstringrequired
bookings[].​payment_typestringrequired
bookings[].​referencestringrequired
bookings[].​valuenumberrequired
bookings[].​outgoing_invoice_idstring or nullrequired
bookings[].​updated_atstring or null(date-time)required
bookings[].​created_atstring(date-time)required
bookings[].​deleted_atstring or null(date-time)required
updated_atstring or null(date-time)required
created_atstring(date-time)required
deleted_atstring or null(date-time)required
{ "id": "string", "type": "string", "date_of_payment": "2019-08-24", "reference": "string", "iban": "string", "bic": "string", "value": 0, "payment_account": { "id": "string", "is_default": true, "title": "string", "organization": "string", "identifier": "string", "type": "account", "owner": {}, "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }, "bookings": [ {} ], "updated_at": "2019-08-24T14:15:22Z", "created_at": "2019-08-24T14:15:22Z", "deleted_at": "2019-08-24T14:15:22Z" }