Hanzo AI

Create receipt

Records what IRIS answered for an exported return — the Receipt ID on submission, then the acknowledgment.

POST /v1/tax/filings/{id}/receipt

Addresshttps://api.hanzo.ai/v1/tax/filings/{id}/receipt
MethodPOST
Operationpost_tax_filings_by_id_receipt
AuthAuthorization: Bearer $HANZO_API_KEY

Records what IRIS answered for an exported return — the Receipt ID on submission, then the acknowledgment. Org admins only.

This is the payer's report of its own act at the IRIS portal, made under its own Transmitter Control Code; nothing here reaches IRIS, and a status is only ever what the payer recorded. Moves: exported → submitted (with the Receipt ID and TCC) → accepted, accepted_with_errors or rejected.

Request

5 fields, body application/json (required).

FieldInTypeRequiredDescription
idpathstringyesID is the filing, from the path.
idbodystring—ID is the filing, from the path.
receiptIdbodystring—ReceiptID is the Receipt ID IRIS returned for the submission.
statusbodystring—Status is submitted (IRIS returned a Receipt ID), accepted, accepted_with_errors or rejected (IRIS's acknowledgment).
tccbodystring—TCC is the IRIS Transmitter Control Code the payer submitted under: five uppercase letters and digits.

Response

StatusBodyMeaning
200tax.Filingok
defaultproblem-detailsrefused

200 body — 19 fields.

FieldInTypeAlwaysDescription
createdAtbodyinteger (int64)—CreatedAt is when it was exported, unix seconds.
duebodystring—Due is when the return is due to the IRS.
formsbodystring[]—Forms are the form ids the filing carries.
idbodystring—ID is the filing's id, "iris_"-prefixed.
kindbodystring—Kind is 1099-NEC or 1099-MISC — one per filing, as IRIS takes them.
layoutbodystring—Layout says what the files are.
missingTinbodystring[]—MissingTIN are forms filed with no recipient TIN.
partsbodytax.Part[]—Parts are its files.
parts[].csvbodystring—CSV is the file itself.
parts[].digestbodystring—Digest is the SHA-256 of its bytes, hex, so a re-read proves it is the same file.
parts[].namebodystring—Name is the file name, e.g. "1099-NEC-2026-original-1.csv".
parts[].recordsbodyinteger (int64)—Records is how many forms it holds, at most 250.
parts[].typebodystring—Type is original or correction: the portal takes them apart.
receiptIdbodystring—ReceiptID is the Receipt ID IRIS returned, once the payer recorded one.
statusbodystring—Status is exported, submitted, accepted, accepted_with_errors or rejected.
stepsbodystring[]—Steps are what remains for the payer to do, in order.
tccbodystring—TCC is the payer's IRIS Transmitter Control Code, once it recorded a submission.
updatedAtbodyinteger (int64)—UpdatedAt is when its status last moved, unix seconds.
yearbodyinteger (int64)—Year is the tax year.

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.


Tax API · All Hanzo APIs · Interactive reference

How is this guide?

On this page