Skip to main content

List billing transactions

List all transactions of a billing account.

Path Parameters
    billingId string required

    ID of the billing account to update the subscription for

Query Parameters
    orgId string
    since date-time
Responses

A successful response.


Schema
    transactions object[]
  • Array [
  • id string
    customerId string
    source string
    amount int64
    type string
    description string
    metadata object
    createdAt date-time
    updatedAt date-time
  • ]
Loading...