Hanzo AI

Create decline

Declines a job the caller's org was hired for, before any work.

POST /v1/marketplace/jobs/{id}/decline

Addresshttps://api.hanzo.ai/v1/marketplace/jobs/{id}/decline
MethodPOST
Operationpost_marketplace_jobs_by_id_decline
AuthAuthorization: Bearer $HANZO_API_KEY

Declines a job the caller's org was hired for, before any work. Nothing was paid: the buyer's authorization is given up, never settled, and the amount it set aside returns to the buyer's wallet.

Request

3 fields, body application/json (required).

FieldInTypeRequiredDescription
idpathstringyesID is the job, from the path.
idbodystring—ID is the job, from the path.
reasonbodystring—Reason is the seller's words to the buyer, at most 4096 characters.

Response

StatusBodyMeaning
200marketplace.Jobok
defaultproblem-detailsrefused

200 body — 37 fields.

FieldInTypeAlwaysDescription
amountbodyany—Amount is what the job pays, exact USD.
briefbodystring—Brief is what the buyer asked for.
buyerOrgbodystring—BuyerOrg is the org that pays.
categorybodystring—Category is what the payment is for — service, goods, transfer or royalty — as the buyer declared it and the seller accepted it.
clearancebodystring—Clearance is principal's latest decision that the buyer may pay the seller this amount — asked when the job was quoted, again when it was funded, and again when it was released: GET /v1/principal/clearance/{id}.
createdAtbodyinteger (int64)—CreatedAt is when the job was quoted, unix seconds.
currencybodystring—Currency labels Amount: USD.
deadlinebodyinteger (int64)—Deadline is when delivery must land by, unix seconds.
deliverybodymarketplace.Delivery—
delivery.atbodyinteger (int64)—At is when, unix seconds.
delivery.hashbodystring—Hash commits to what was delivered: the seller's own 32-byte hash, or the SHA-256 of the note and URL.
delivery.notebodystring—Note says what was delivered.
delivery.urlbodystring—URL is where it is, https.
disputebodymarketplace.Dispute—
dispute.atbodyinteger (int64)—At is when, unix seconds.
dispute.bybodystring—By is the org that disputed.
dispute.contestedbodyboolean—Contested is the clock's own dispute: the payment stopped clearing when the review window closed.
dispute.reasonbodystring—Reason is the disputing party's words.
endingbodystring—Ending is the unpaid ending the job was given — declined, cancelled or refunded — while the rail returns the amount it set aside.
escrowbodymarketplace.Escrow—
escrow.contractbodystring—Contract is the contract the money moves through: the token the x402 authorization transfers, or the escrow on chain.
escrow.networkbodystring—Network is the CAIP-2 network the payment is signed for.
escrow.payTobodystring—PayTo is the seller's payout address.
escrow.railbodystring—Rail is x402 — the buyer's balance, settled at release — or chain, the Lux escrow contract.
escrow.txHashbodystring—TxHash is the transaction that paid the seller, once one did: the chain's hash, or the x402 settlement id on the ledger.
historybodymarketplace.Step[]—History is every step the job took, oldest first.
history[].atbodyinteger (int64)—At is when, unix seconds.
history[].bybodystring—By is the org whose act it was, or "marketplace" for a clock that ran out.
history[].statusbodystring—Status is the state the job entered.
idbodystring—ID is the job, "job_"-prefixed.
listingbodystring—Listing is the listing it was hired through; empty for a direct offer.
performedbodystring—Performed is where the work is performed, ISO 3166-1 alpha-2, when said.
reviewbodyinteger (int64)—Review is how many seconds after delivery the buyer has to release or dispute before the job releases itself.
sellerOrgbodystring—SellerOrg is the org that does the work and is paid.
statusbodystring—Status is where the job stands: open, accepted, delivered, released, disputed, declined, cancelled or refunded.
titlebodystring—Title names the work: the listing's title, or the offer's own.
updatedAtbodyinteger (int64)—UpdatedAt is when it last moved, unix seconds.

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.


Marketplace API · All Hanzo APIs · Interactive reference

How is this guide?

On this page