list_balance_modifiers
List balance modifiers (payment associations) in Billy to find payments settled for a specific invoice or bill. Filter by subject reference, e.g., 'invoice:abc123' or 'bill:xyz789'.
Instructions
List balance modifiers (payment associations) in Billy. Filter by subjectReference like 'invoice:' or 'bill:' to see which payments settled a specific invoice or bill. NOTE: subjectReference is not documented server-side; it is also enforced 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) | |
| subjectReference | No | Subject reference, e.g. 'invoice:abc123' or 'bill:xyz789' (also applied client-side within the fetched page) |