Hanzo
OpenapiCompany

Itemises what a formation costs before anyone commits to it.

Itemises what a formation costs before anyone commits to it.

POST /v1/company/tariff

Addresshttps://api.hanzo.ai/v1/company/tariff
MethodPOST
Operationpost_company_tariff
AuthAuthorization: Bearer $HANZO_API_KEY

Itemises what a formation costs before anyone commits to it.

It answers what is due now and what recurs, as separate figures, and marks the state's filing fee as money we collect and remit rather than keep. A caller can therefore show a payer the whole bill — which is the point of quoting at all, and was impossible while the fee was one number in an error string.

A jurisdiction whose filing fee this deployment has not been told REFUSES, naming the setting that fixes it. Quoting our half as though it were the total is the one answer that would be worse than no answer.

Request

4 fields, body application/json (required).

FieldInTypeRequiredDescription
agentOfRecordbodybooleanAgentOfRecord puts us on file as the entity's agent, yearly.
expeditedEinbodybooleanExpeditedEIN prioritises the EIN.
jurisdictionbodystringJurisdiction is the state of formation.
structurebodystringStructure is the entity being formed: c-corp, llc or dao-llc.

Response

StatusBodyMeaning
200Tariffok

200 body — 15 fields.

FieldInTypeAlwaysDescription
currencybodystringCurrency is the ISO code every amount on this quote is denominated in.
dueNowCentsbodyintegerDueNowCents is what is charged to begin: every non-recurring line.
jurisdictionbodystringJurisdiction is the state of formation the filing fee belongs to.
linesbodyCharge[]Lines are the charges, in the order a reader should see them.
lines[].amountCentsbodyintegerAmountCents is what this line costs.
lines[].asOfbodystringAsOf is when a pass-through amount was last checked against its source.
lines[].codebodystringCode names the line so a caller can branch on it without reading prose.
lines[].labelbodystringLabel is what the payer sees on the invoice.
lines[].passThroughbodybooleanPassThrough marks money we collect and remit rather than keep — the state's fee is not our revenue, and a quote that hides that is a quote that reads as a…
lines[].recurringbodystringRecurring marks a line that repeats. An agent of record is billed every year for as long as the entity stands, and a payer agreeing to a one-time total is not…
lines[].sourcebodystringSource names who publishes this amount, for a line we merely pass through.
lines[].stalebodybooleanStale reports that AsOf is older than the review window — the figure may have moved and nobody has looked.
recurringbodystringRecurring is how often RecurringCents repeats — "yearly" for an agent of record.
recurringCentsbodyintegerRecurringCents is what repeats, and Recurring says how often.
structurebodystringStructure is the entity this prices: c-corp, llc or dao-llc.

Failure carries the platform error shape — see Errors.

Examples

hanzo has no subcommand for this operation — the CLI serves only what cloud's live route table confirms. Use HTTP or an SDK.


Company API · All Hanzo APIs · Interactive reference

How is this guide?

On this page