- 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
- List Payees - Retrieve paginated list of payees with filtering and sorting
- Get Payee - Retrieve a single payee by ID
- Create Payee - Create a new payee
- Update Payee - Update an existing payee
- Delete Payee - Soft delete a payee
Payee Types
Law Firm Types
WhenpayeeType is lawFirm, you can specify the lawFirmType:
Structured Address
TheaddressStructured field contains a detailed address object with the following fields:
Bank Information
ThebankInfo field contains payment information:
Nullable Fields
The following fields may benull 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 pagetotalCount- Total number of matching payees across all pages
