Skip to main content

List all invoices

Lists all the invoices from all the organizations in a Frontier instance. It can be filtered by organization.

Query Parameters
    org_id string
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.

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