Skip to main content
POST
Create a counterparty

Authorizations

Authorization
string
header
required

Use Authorization: Bearer

Body

application/json
name
string
required
Example:

"Vercel"

type
enum<string>
required
Available options:
vendor,
customer,
investor,
partner,
exchange,
other
Example:

"vendor"

website
string<uri>
Example:

"https://vercel.com"

notes
string
Example:

"Infrastructure hosting provider"

addresses
object[]
Maximum array length: 100
bank_accounts
object[]
Maximum array length: 50

Response

200 - application/json
id
string
required
Example:

"a1b2c3d4-5678-90ab-cdef-1234567890ab"

name
string
required
Example:

"Vercel"

type
string
required
Example:

"vendor"

addresses
object[]
required
bank_accounts
object[]
required
documents
object[]
required
created_at
string
required
Example:

"2026-05-01T10:00:00Z"

updated_at
string
required
Example:

"2026-05-11T14:30:00Z"

website
string
Example:

"https://vercel.com"

notes
string
Example:

"Infrastructure hosting provider"

Last modified on July 17, 2026