Skip to main content
Payees are entities that receive payments, such as law firms, experts, vendors, and other third parties. The Payees API allows you to programmatically create, read, update, and delete payee information within your company. Key Concepts:
  • Payees represent external entities that receive payments from insurance operations
  • Each payee has a type (lawFirm, expert, vendor, other, financingCompany)
  • Law firm payees can specify a law firm type (defense or plaintiff)
  • Payees can have bank information for payment processing
  • Only “saved” payees (isSaved: true) are returned by the API. A non-saved payee is one that was created via a UI flow but for which no transaction was ever completed.

API Endpoints


Payee Types


Law Firm Types

When payeeType is lawFirm, you can specify the lawFirmType:

Structured Address

The addressStructured field contains a detailed address object with the following fields:

Bank Information

The bankInfo field contains payment information:

Nullable Fields

The following fields may be null in the response:

Filtering and Sorting

List endpoints support comprehensive filtering and sorting options:

Filter Parameters

Sorting Parameters

Pagination

Response includes:
  • items - Array of payees for the current page
  • totalCount - Total number of matching payees across all pages

Permissions

Access to payees requires the appropriate permissions based on your API key:

Example Response