App Logo
dropcontact.com

List Dropcontact billing invoices

Lists the Dropcontact billing invoices (Stripe-hosted) for the signed-in account, going from the app's billing settings into the Stripe customer portal and reading its invoice history. Requires an authenticated app.dropcontact.com session. Returns per invoice: date, amount, status, statusTone and hostedInvoiceUrl — an invoice.stripe.com page with its own download button, so this returns links rather than PDF files. `status` is the wording the portal shows, in whatever language it serves it; `statusTone` is the language-independent reading of the same badge ("positive" for a settled invoice). date and amount are nullable. Works in any portal language.

Input

None

Output

invoices optional

FAQ

Lists the Dropcontact billing invoices (Stripe-hosted) for the signed-in account, going from the app's billing settings into the Stripe customer portal and reading its invoice history. Requires an authenticated app.dropcontact.com session. Returns per invoice: date, amount, status, statusTone and hostedInvoiceUrl — an invoice.stripe.com page with its own download button, so this returns links rather than PDF files. `status` is the wording the portal shows, in whatever language it serves it; `statusTone` is the language-independent reading of the same badge ("positive" for a settled invoice). date and amount are nullable. Works in any portal language.
Nothing. It takes no input.
It returns invoices.
Yes. It acts as you on dropcontact.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the dropcontact.com cookies saved by the Reduck extension.
It only reads. It looks things up on dropcontact.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/dropcontact.com/list_invoices, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/dropcontact.com/list_invoices
It is part of Reduck's official curated catalogue.

Start building not clicking