Skip to main content
agenta invoices covers the paper trail: list what’s been issued, download a receipt PDF, or re-send one to a buyer who lost the email. Every paid checkout gets an invoice, issued by our Estonian entity as Merchant of Record.

List invoices

number
default:"10"
Results per page, 1 to 100.
boolean
Output a single JSON object instead of a table.
Output

--json

invoices list --json returns the full invoice record for each item, not a narrowed subset, so tax and settlement detail come along for the ride:
amount, taxAmount, and fiatAmount are all plain decimal currency units, same as everywhere else in the API. fiatAmount/fiatCurrency are only populated on invoices settled from a stablecoin payment, showing the fiat-equivalent value at the exchange rate used.

Download a receipt

string
required
Invoice ID, e.g. 3332e42e-14ae-4d59-9171-28372c2ac632.
string
default:"./receipt-<id>.pdf"
File path to save the PDF to.
Output
--json
Receipts are only available for paid (issued) invoices.

Re-send a receipt

string
required
Invoice ID, e.g. 3332e42e-14ae-4d59-9171-28372c2ac632.
Re-sends the receipt email to the buyer’s address on file. Handy when a customer says they never got it.
Output
--json

Next steps

Customers

Look up who an invoice belongs to.

Subscriptions

See the recurring plan behind a billing cycle’s invoice.

Invoices (SDK)

Pull invoices and receipts from your own backend.

Receipts (concept)

What’s on a receipt and how VAT is shown.