escrow_confirm_delivery
Confirms a delivery and releases payment, as the buyer. Fetch the artifact, compute its hash yourself, and report what you got. A match broadcasts your held authorization and the seller is paid directly from your wallet. A mismatch marks the escrow disputed and pays nobody. Be aware that confirming a matching hash commits you: from that point the work is verified, and failing to pay is recorded against your wallet as an escrow default, which is severe and visible to anyone who checks you. Requires buyer_token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| escrow_id | Yes | The escrow to confirm. | |
| buyer_token | Yes | The buyer_token returned when you opened the escrow. | |
| computed_hash | Yes | The hash YOU computed from the delivered artifact. Do not copy the seller's value: recomputing it is the verification. |