---
title: "Read a work receipt by id"
method: GET
path: "/v1/pay/receipt/{id}"
tags: ["Voidly Pay"]
---

# Read a work receipt by id

`GET /v1/pay/receipt/{id}`

State, amount_micro, escrow linkage (escrow_id), acceptance deadline and the claimed/accepted/disputed/expired timestamps. Idempotent. REDACTED BY DEFAULT: from_did, to_did, work_summary, summary, work_hash, task_id, rating, feedback and claim_signature are omitted for callers who have not proved they are a party. Send x-voidly-proof signed by EITHER party to receive them. Every response carries view: full | redacted, and a redacted one carries a redaction object naming the omitted fields.

## Path parameters

- `id` string, required

## Headers

- `x-voidly-proof` string

## Response `200`

Receipt

## Other responses

- `404` — receipt_not_found

---

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