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

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

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

Create purchaser details

## Path parameters

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

## Response `200`

Successfully creates purchaser details.

- object
  - `fullname` string
  - `businessName` string
  - `addressLine1` string
  - `addressLine2` string
  - `city` string
  - `state` string
  - `zip` string
  - `country` string

## Other responses

- `401` — User is not authenticated.
- `500` — Failed to update or create purchaser 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/revisions/e003b998de45/schema)
