Skip to main content

_retrieve-bills

Call our List bills endpoint to retrieve the full list of a company's existing bills.

You can also Download bill attachments associated with a given bill, such as a PDF copy of the accounts payable invoice issued by the supplier.

const billsResponse = await payablesClient.bills.list({
companyId: companyId,
query: "supplierRef.supplierName=acme",
});