List all bill payments for a business with filtering and pagination.
Features:
Use Cases:
Available Filters:
status: Filter by payment statuspayment_method: Filter by payment method (bank_transfer, ach, wire, check, etc.)vendor_id: Filter by vendor UUIDbill_id: Filter by bill UUIDpayment_date_start / payment_date_end: Filter by date rangesearch: Search by payment_reference, check_number, processor_payment_idBusiness-scoped JWT token. Token payload includes business_id to automatically scope requests. Format: Bearer <your-jwt-token>
Use this for: Business-specific operations where the business context is embedded in the token.
Business UUID
Filter by bill UUID
A page number within the paginated result set.
Number of results to return per page.
Filter payments to this date (YYYY-MM-DD)
Filter payments from this date (YYYY-MM-DD)
Filter by payment method
Search by payment reference, check number, or processor payment ID
Filter by payment status
Filter by vendor ID (supports comma-separated UUIDs for multiple vendors)