Skip to main content
POST

Authorizations

Authorization
string
header
required

API key authentication. Include your API key in the Authorization header.

Path Parameters

companyId
string<uuid>
required

Company identifier

Body

application/json

Request body for creating a payee

name
string
required

Payee name (required)

payeeType
enum<string>
required

Type of payee

Available options:
lawFirm,
expert,
vendor,
other,
financingCompany
email
string<email>

Primary email address

alternateEmails
string<email>[]

Additional email addresses

phoneNumber
string

Phone number

description
string

Description of the payee

address
string

Unstructured address string

addressStructured
object

Structured address with parsed components (payee-specific format)

lawFirmType
enum<string>

Type of law firm (only applicable when payeeType is lawFirm)

Available options:
defense,
plaintiff
bankInfo
object

Bank account information for payments

taxIdNumber
string

Tax identification number

Response

Payee created successfully

id
string<uuid>

The ID of the created payee