---
title: "Receipt Details"
method: GET
path: "/receipts/{receiptId}"
tags: ["Receipts"]
---

# Receipt Details

`GET /receipts/{receiptId}`

Returns the detailed metadata for the receipt specified by the given `receiptId`.

## Path parameters

- `receiptId` string, uuid, required

## Response `200`

Ok

- object
  - `receiptId` string, uuid — The unique identifier of the receipt.
  - `transactionId` string, uuid — The unique identifier of the transaction associated with the receipt.
  - `createdAt` string, date-time — The date and time when the receipt was created.
  - `filename` string — The name of the receipt file.
  - `mimeType` 'PNG' | 'JPG' | 'PDF' — The MIME type of the receipt file.
  - `receiptNumber` string — The receipt number of the receipt, if available. If not automatically extracted, this value can be provided by any Pliant user and will override the auto-extracted value.
  - `receiptDate` string, date — The receipt date of the receipt, if available. If not automatically extracted, this value can be provided by any Pliant user and will override the auto-extracted value.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
