- Approved-but-unpaid periods are released to the seller.
- The reservation is confirmed empty.
- The genuinely unused balance is refunded to the client.
- The escrow completes with
completionSource: "progressive_close".
Path Parameters
string
required
Escrow ID
Body Parameters
string
Optional note recorded on the audit log (max 1000 characters)
Response Fields
Error Responses
409 Conflict
Periods still open400 Bad Request
Progressive release not enabled401 Unauthorized
404 Not Found
A disputed period blocks closure until DHMAD resolves it. Resolution awards all, part, or none of the claim; any unawarded remainder returns to the escrow balance and is then included in the refund when you retry the close.
Do not use close to handle an exhausted balance. A progressive escrow with a zero balance stays open on purpose so the client can top it up with
add_funds and keep the contract running.