Hanzo AI
OpenapiBilling

List recharge

Reads the caller's auto-reload rule: top the balance up by `amountCents` whenever it falls below `thresholdCents`, charging the card on file off-session.

GET /v1/billing/recharge

Addresshttps://api.hanzo.ai/v1/billing/recharge
MethodGET
Operationget_billing_recharge
AuthAuthorization: Bearer $HANZO_API_KEY

Reads the caller's auto-reload rule: top the balance up by amountCents whenever it falls below thresholdCents, charging the card on file off-session. It is the same setting every prepaid AI account calls auto-reload.

An org that has never set one reads as disabled with zeroes rather than as an error — "no rule" answers the question — and stored is how a caller tells never-configured from deliberately-off.

A named handler, not a closure, so zipdoc can lift this prose into the registry.

Request

GET /v1/billing/recharge takes no parameters and no body — the credential is the whole request.

Response

StatusBodyMeaning
200billing.AutoRechargeok
defaultproblem-detailsrefused

200 body — 7 fields.

FieldInTypeAlwaysDescription
amountCentsbodyinteger (int64)
currencybodystring
enabledbodyboolean
lastRechargedAtbodystring
storedbodyboolean
subjectbodystring
thresholdCentsbodyinteger (int64)

Failure carries the platform error shape — see Errors.

Examples

hanzo billing recharge get

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page