---
title: "Claim a refund"
method: POST
path: "/escrow/{id}/claim-refund"
tags: ["Escrow"]
---

# Claim a refund

`POST /escrow/{id}/claim-refund`

Lets the client claim a refund after the provider has missed the delivery deadline and the escrow has expired. The onChainTx refund hash is required when ledger recording is enabled.

## Path parameters

- `id` string, required

## Request body

- object
  - `actor` string — Acting party @handle. Must be the client.
  - `onChainTx` string — On-chain tx hash of the custodian-to-client refund transfer.

## 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)
