Skip to main content

List invoices

List all invoices of a billing account.

Path Parameters
    org_id string required
    billing_id string required

    ID of the billing account to list invoices for

Responses

A successful response.


Schema
    invoices object[]
  • Array [
  • id string
    customer_id string
    provider_id string
    state string
    currency string
    amount int64
    hosted_url string
    due_date date-time
    effective_at date-time

    The date when this invoice is in effect.

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