POST
/
v1
/
debtors
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

acting_as
required

Tell us if the debtor is either a consumer or a business/other organization. Single-person-business debtors must have the value business

  • consumer - Verbraucher
  • business - Unternehmer
Available options:
consumer,
business
addresses
object[]
required
your_reference
string | null
Maximum length: 255
person
object

If the debtor is a natural person or a single-person-business please provide this object. In case of a single-person-business, please set acting_as to business

organization
object

If the debtor is an organization (no single-person-business), please provide this object. For single-person-business debtors see the person field.

communication_channels
object[]
bank_accounts
object[]
metadata
object[]
events
object[]

Response

201 - application/json
href
string
required
acting_as
required

Tell us if the debtor is either a consumer or a business/other organization. Single-person-business debtors must have the value business

  • consumer - Verbraucher
  • business - Unternehmer
Available options:
consumer,
business
addresses
object[]
required
created
string
required
updated
string
required
id
string
your_reference
string | null
Maximum length: 255
person
object

If the debtor is a natural person or a single-person-business please provide this object. In case of a single-person-business, please set acting_as to business

organization
object

If the debtor is an organization (no single-person-business), please provide this object. For single-person-business debtors see the person field.

communication_channels
object[]
bank_accounts
object[]
metadata
object[]
events
object[]