App Logo
app.pennylane.com

List supplier invoices

Lists Pennylane supplier invoices from one tab (All / Inbox / To pay / Paid / To approve). Returns each invoice's id, provider (best-effort, parsed from the site-generated label), invoice number, dates, amount/currency, payment status and paid flag. Requires companyId (the number in the app URL at /companies/<id>/supplier_invoices); defaults to the Inbox tab, the invoices needing reconciliation.

Input

companyId required

Pennylane company id, the number in the app URL at /companies/<id>/supplier_invoices.

page optional

Page number, 1-indexed. Defaults to 1.

perPage optional

Rows per page. Defaults to 50.

Output

invoices required
pagination required

FAQ

Lists Pennylane supplier invoices from one tab (All / Inbox / To pay / Paid / To approve). Returns each invoice's id, provider (best-effort, parsed from the site-generated label), invoice number, dates, amount/currency, payment status and paid flag. Requires companyId (the number in the app URL at /companies/<id>/supplier_invoices); defaults to the Inbox tab, the invoices needing reconciliation.
Required: companyId. Optional: page, perPage.
It returns invoices, pagination.
Yes. It acts as you on app.pennylane.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.pennylane.com cookies saved by the Reduck extension.
It only reads. It looks things up on app.pennylane.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/app.pennylane.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.pennylane.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking