Skip to main content

List billing transactions

List all transactions of a billing account.

Path Parameters
    org_id string required
    billing_id string required

    ID of the billing account to update the subscription for

Query Parameters
    since date-time
Responses

A successful response.


Schema
    transactions object[]
  • Array [
  • id string
    customer_id string
    source string
    amount int64
    type string
    description string
    metadata object
    created_at date-time
    updated_at date-time
  • ]
Loading...