Skip to main content

Get upcoming invoice

Get the upcoming invoice of a billing account.

Path Parameters
    org_id string required
    billing_id string required

    ID of the billing account to get the upcoming invoice for

Responses

A successful response.


Schema
    invoice object
    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...