latestOpenAPI 3.0.02026-08-1610635191.3 KB

355890b6b4cc

Billing

Get Stripe invoices for the authenticated client

Resolves the authenticated token to the client's email and returns matching Stripe invoices.

get/billing/invoices

Response

List of invoices

invoiceidstring
invoice_urlstring nullable
receipt_urlstring nullable
datestring date-time

Example response

[
  {
    "invoiceid": "in_1ABCDEFgHIJKLMN",
    "invoice_url": "https://pay.stripe.com/invoice/acct_12345/live_abc/pdf?s=ap",
    "receipt_url": "https://pay.stripe.com/receipts/invoices/abc",
    "date": "2026-03-03T10:20:30.000Z"
  }
]