Hanzo
OpenapiBilling

Answers the PUBLIC half of this org's processor configuration — the ids a…

Answers the PUBLIC half of this org's processor configuration — the ids a browser needs to tokenize a card, and the environment it must tokenize against.

GET /v1/billing/settings

Addresshttps://api.hanzo.ai/v1/billing/settings
MethodGET
Operationget_billing_settings
AuthAuthorization: Bearer $HANZO_API_KEY

Answers the PUBLIC half of this org's processor configuration — the ids a browser needs to tokenize a card, and the environment it must tokenize against.

It carries no secret: an application id is published to every checkout page by design. What matters is that it names the SAME processor account the charge will be made on, because a card vaulted against one account and charged against another is a card that saves and then cannot be used.

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

Request

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

Response

StatusBodyMeaning
200PaymentConfigok

200 body — 5 fields.

FieldInTypeAlwaysDescription
applicationIdbodystring
environmentbodystring
livebodyboolean
locationIdbodystring
providerbodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo billing settings

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page