Skip to main content
POST

Authorizations

Authorization
string
header
required

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

Body

application/json
acting_as
enum<string>
Available options:
person,
company
customer_id
string<uuid>

Required for partner tokens. Links the debtor to a customer for organization resolution. Optional for client/org tokens.

iban
string | null
bic
string | null
debtor_type
enum<string>
Available options:
privateperson,
protocolled_company,
unprotocolled_company
person
object
company
object
addresses
object[]
communication_channels
object[]

Response

Debtor created

success
boolean
data
object