billcom_list_payments
Fetch Bill.com payment details by ID or list payments in pages, with optional project and reference filters.
Instructions
Read one Bill.com sent payment by id, or one bounded page of sent payments.
Args: id: Exact payment id (cannot be combined with a page). start: Page offset (default 0). max: Page size, 1-100 (default 100). project_id: Authenticated Project UUID. project_ref: Exact project correlation reference. connector_account_ref: Project-bound connector account alias. idempotency_key: Stable business-action identity. effect: Required and must be read; Spring verifies it. approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| max | No | ||
| start | No | ||
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |