App Logo
dashboard.stripe.com

List Stripe customer invoices

Automatically list Stripe customer invoices on dashboard.stripe.com. List the invoices your Stripe account has issued to its customers, from the signed-in Stripe dashboard: number, status, customer name and email, amount due, total, currency, creation and due dates, and the hosted invoice link. Choose live or test mode and optionally a status (draft, open, paid, uncollectible, void). Returns the first page of the list and says whether more exist. Reports which mode was actually shown, since Stripe opens test mode on accounts not yet activated for live payments.

Input

mode optional

Which Stripe environment to read. An account not yet activated for live payments only has test data.

Default: "live"
status optional

Only invoices in this status.

Output

mode required

The environment actually shown. Stripe opens test mode when live is not available, and this reports that.

count required

0 is a real answer: no invoices match.

invoices required
accountId required
hasMore optional

More invoices exist beyond this first page of the list.

FAQ

List the invoices your Stripe account has issued to its customers, from the signed-in Stripe dashboard: number, status, customer name and email, amount due, total, currency, creation and due dates, and the hosted invoice link. Choose live or test mode and optionally a status (draft, open, paid, uncollectible, void). Returns the first page of the list and says whether more exist. Reports which mode was actually shown, since Stripe opens test mode on accounts not yet activated for live payments.
Ask an AI agent connected to Reduck to run reduck/dashboard.stripe.com/list_customer_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/dashboard.stripe.com/list_customer_invoices
You do not need one. "List Stripe customer invoices" drives the real dashboard.stripe.com pages in a browser, so it works whether or not dashboard.stripe.com offers an API for this.
Optional: mode, status.
It returns mode, count, hasMore, invoices, accountId.
Yes. It acts as you on dashboard.stripe.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the dashboard.stripe.com cookies saved by the Reduck extension.
It only reads. It looks things up on dashboard.stripe.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/dashboard.stripe.com/list_customer_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/dashboard.stripe.com/list_customer_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking