Skip to main content

Get billing balance

Get the balance of a billing account by ID.

Path Parameters
    org_id string required
    id string required

    ID of the billing account to get the balance for

Responses

A successful response.


Schema
    balance object
    amount int64
    currency string
    updated_at date-time
Loading...