Create Payee
Creates a new payee.
Required fields:
name- Payee namepayeeType- Type of payee (lawFirm, expert, vendor, other, financingCompany)
Optional fields:
email- Primary email addressalternateEmails- Additional email addressesphoneNumber- Phone numberdescription- Description of the payeeaddress- Unstructured address stringaddressStructured- Structured address objectlawFirmType- Type of law firm (defense, plaintiff) - only for lawFirm payeeTypebankInfo- Bank account informationtaxIdNumber- Tax identification number
Required permission: company.payee:create
Documentation Index
Fetch the complete documentation index at: https://docs.aiinsurance.io/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key authentication. Include your API key in the Authorization header.
Path Parameters
Company identifier
Body
Request body for creating a payee
Payee name (required)
Type of payee
lawFirm, expert, vendor, other, financingCompany Primary email address
Additional email addresses
Phone number
Description of the payee
Unstructured address string
Structured address with parsed components (payee-specific format)
Type of law firm (only applicable when payeeType is lawFirm)
defense, plaintiff Bank account information for payments
Tax identification number
Response
Payee created successfully
The ID of the created payee
