list_bank_payments
List bank payments recorded in Billy for reconciliation. Filter by contact, bank account, or payment date range to review specific transactions.
Instructions
List bank payments recorded in Billy. Useful to review what payments exist for reconciliation. NOTE: Billy only supports organizationId server-side for this endpoint; contactId/cashAccountId/date filters are applied client-side within the fetched page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (1-based) | |
| verbose | No | Return the full Billy response. Default false: compact records with key fields only (saves ~90% context) | |
| pageSize | No | Records per page (max 1000, default 50) | |
| contactId | No | Filter by contact ID (applied client-side within the fetched page) | |
| maxEntryDate | No | Payment date <= this (YYYY-MM-DD; applied client-side within the fetched page) | |
| minEntryDate | No | Payment date >= this (YYYY-MM-DD; applied client-side within the fetched page) | |
| cashAccountId | No | Filter by bank account ID (applied client-side within the fetched page) |