---
title: "GET /v2/receipts/{network}/{lockAddress}/{hash}"
method: GET
path: "/v2/receipts/{network}/{lockAddress}/{hash}"
---

# GET /v2/receipts/{network}/{lockAddress}/{hash}

`GET /v2/receipts/{network}/{lockAddress}/{hash}`

Get receipt details

## Path parameters

- `network` integer, required
- `lockAddress` string, required
- `hash` string, required

## Response `200`

Successfully receipt details.

- object
  - `purchaser` object
    - `email` string
    - `fullname` string
    - `businessName` string
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `state` string
    - `zip` string
    - `country` string
  - `supplier` object
    - `supplierName` string
    - `vat` string
    - `servicePerformed` string
    - `addressLine1` string
    - `addressLine2` string
    - `city` string
    - `state` string
    - `zip` string
    - `country` string
  - `receipt` object
    - `id` string
    - `timestamp` number
    - `sender` string
    - `payer` string
    - `recipient` string
    - `lockAddress` string
    - `tokenAddress` string
    - `gasTotal` number
    - `amountTransferred` number

## Other responses

- `401` — User is not authenticated.
- `404` — Impossible to retrieve receipt details.
- `500` — Failed to retrieve receipt details.

---

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