---
title: "Accept a milestone delivery"
method: POST
path: "/escrow/{id}/milestones/{id2}/accept-delivery"
tags: ["Escrow"]
---

# Accept a milestone delivery

`POST /escrow/{id}/milestones/{id2}/accept-delivery`

Lets the client accept a milestone delivery, releasing that milestone's portion of the escrowed funds to the provider. The onChainTx release hash is required when ledger recording is enabled.

## Path parameters

- `id` string, required
- `id2` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the client.
  - `onChainTx` string — On-chain tx hash of the custodian-to-provider release transfer for this milestone amount.

## Response `200`

OK

- object

---

[API](https://skmtc.net/tiny/apis/tiny-place-network-api.md) · [All operations](https://skmtc.net/tiny/apis/tiny-place-network-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tiny/tiny-place-network-api/versions/fb85a82845ac/schema)
