Skip to main content

List invoices

List all invoices of a billing account.

Path Parameters
    orgId string required
    billingId string required

    ID of the billing account to list invoices for

Responses

A successful response.


Schema
    invoices object[]
  • Array [
  • id string
    customerId string
    providerId string
    state string
    currency string
    amount int64
    hostedUrl string
    dueDate date-time
    effectiveAt date-time

    The date when this invoice is in effect.

    metadata object
    createdAt date-time
  • ]
Loading...