List Bills
Retrieve a list of bills for the authenticated business.Schema identifier. Must be
billsPage number for pagination
Number of records per page
Order records by date. Values:
asc (oldest first) or desc (newest first). Default: descGet Bill
Retrieve a specific bill by UUID or source_uuid.Bill UUID or source_uuid
Create Bill
Create a new bill using AI prompt.Description of the bill to create
Array of attachment URLs or file references
Additional text context
Update Bill
Update an existing bill by UUID or source_uuid.Bill UUID or source_uuid
Update Bill Payment
Add or update payments for a bill.Bill UUID or source_uuid
Array of payment objects
Payment UUID if updating existing payment
Payment amount
Bank account name where the payment was made or received
Payment date (YYYY-MM-DD)
Exchange rate if different currency
If true, replaces all existing payments. Default:
falseDelete Bill
Delete a bill by UUID or source_uuid.Bill UUID or source_uuid