---
title: "Retrieve receipt details"
method: GET
path: "/v1.1/receipts/{id}"
tags: ["Receipts"]
---

# Retrieve receipt details

`GET /v1.1/receipts/{id}`

Retrieves receipt specific data for a transaction.

## Path parameters

- `id` string, required

## Query parameters

- `mid` string, required
- `tx_event_id` integer

## Response `200`

OK

- Receipt
  - `transaction_data` ReceiptTransaction — Transaction information.
    - `transaction_code` string — Transaction code.
    - `amount` string — Transaction amount.
    - `vat_amount` string — Transaction VAT amount.
    - `tip_amount` string — Tip amount (included in transaction amount).
    - `currency` string — Transaction currency.
    - `timestamp` string, date-time — Time created at.
    - `status` string — Transaction processing status.
    - `payment_type` string — Transaction type.
    - `entry_mode` string — Transaction entry mode.
    - `verification_method` string — Cardholder verification method.
    - `card` ReceiptCard
      - `last_4_digits` string — Card last 4 digits.
      - `type` string — Card Scheme.
    - `installments_count` integer — Number of installments.
    - `products` object[] — Products
      - `name` string — Product name.
      - `description` string — Product description.
      - `price` number, float — Product price.
      - `quantity` integer — Product quantity.
      - `total_price` number, float — Quantity x product price.
    - `vat_rates` object[] — Vat rates.
      - `gross` number, float — Gross
      - `net` number, float — Net
      - `rate` number, float — Rate
      - `vat` number, float — Vat
    - `events` ReceiptEvent[] — Events
      - `id` integer — Unique ID of the transaction event.
      - `transaction_id` string — Unique ID of the transaction.
      - `type` 'PAYOUT' | 'CHARGE_BACK' | 'REFUND' | 'PAYOUT_DEDUCTION' — Type of the transaction event.
      - `status` 'PENDING' | 'SCHEDULED' | 'FAILED' | 'REFUNDED' | 'SUCCESSFUL' | 'PAID_OUT' — Status of the transaction event.
      - `amount` number, float — Amount of the event.
      - `timestamp` string, date-time — Date and time of the transaction event.
      - `receipt_no` string
    - `receipt_no` string — Receipt number
  - `merchant_data` ReceiptMerchantData — Receipt merchant data
    - `merchant_profile` object
      - `merchant_code` string
      - `business_name` string
      - `email` string
      - `address` object
        - `address_line1` string
        - `city` string
        - `country` string
        - `country_en_name` string
        - `country_native_name` string
        - `post_code` string
        - `landline` string
    - `locale` string
  - `emv_data` object
  - `acquirer_data` object
    - `tid` string
    - `authorization_code` string
    - `return_code` string
    - `local_time` string

## Other responses

- `400` — Not Found
- `401` — Unauthorized

## Changes

- **2025-02-25** `cdadac3315a1` — 2 info
  - the endpoint scheme security `apiKey` was added to the API
  - the endpoint scheme security `oauth2` was added to the API

[Change history](https://skmtc.dev/sumup/apis/sumup-rest-api/changes/v1.1/receipts/:id/get.md)

---

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