Skip to main content

Create billing usage

Report a new billing usage for a billing account.

Path Parameters
    org_id string required
    billing_id string required

    ID of the billing account to update the subscription for

Request Body required
    usages object[]
  • Array [
  • id string
    customer_id string
    source string
    description string
    type string
    amount int64
    metadata object
    created_at date-time
    updated_at date-time
  • ]
Responses

A successful response.


Schema

    object

Loading...