Hanzo
OpenapiBilling

Answers where to send a wire top-up: the receiving bank details, with the…

Answers where to send a wire top-up: the receiving bank details, with the caller's own payment reference.

GET /v1/billing/wire

Addresshttps://api.hanzo.ai/v1/billing/wire
MethodGET
Operationget_billing_wire
AuthAuthorization: Bearer $HANZO_API_KEY

Answers where to send a wire top-up: the receiving bank details, with the caller's own payment reference.

The account is the SERVING BRAND'S — resolved from the host the customer is paying on, so paying on one brand never shows another's bank — and the reference carries the caller's billing key, which is how an arriving wire names who it credits. Nothing mints here; a receipt is settled by an operator once the bank confirms it.

It is all-or-nothing: no configured account is 503 rather than a partial form, because nobody can wire to three fields out of five.

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

Request

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

Response

StatusBodyMeaning
200WireInstructionsok

200 body — 9 fields.

FieldInTypeAlwaysDescription
accountNamebodystring
accountNumberbodystring
bankAddressbodystring
bankNamebodystring
ibanbodystring
memobodystring
referencebodystring
routingNumberbodystring
swiftCodebodystring

Failure carries the platform error shape — see Errors.

Examples

hanzo billing wire

Billing API · All Hanzo APIs · Interactive reference

How is this guide?

On this page