Subscriptions
Get the monetary credit balance for a subscription
Returns the customer’s monetary credit balance applicable to this subscription, evaluated at the as_of timestamp (defaults to now). Expired grants are excluded from the returned balance.
GET
Get the monetary credit balance for a subscription
Authorizations
API key authentication. Pass your API key as a Bearer token.
Headers
Available options:
2026-04-01 Path Parameters
Unique identifier for the subscription
Query Parameters
Point in time to evaluate the balance at (RFC3339). Defaults to now.
Example:
"2026-04-01T00:00:00Z"
Response
Success
The point in time the balance was evaluated at
Example:
"2026-04-01T00:00:00Z"
Current balance at the evaluated point in time
Example:
"125.00"
Credit type
Example:
"monetary"
ISO 4217 currency code
Example:
"USD"
Subscription ID
Example:
"sub_abc123"
Previous
Grant credits to a subscriptionCreates a monetary API-granted credit on a subscription. The grant is immediately available for consumption.
Next
Get the monetary credit balance for a subscription