---
title: "View Receipt"
method: GET
path: "/receipt/{id}"
---

# View Receipt

`GET /receipt/{id}`

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `status` integer
  - `data` object[]
    - `receipt_id` integer
    - `receipt_date` string
    - `receipt_number` string
    - `branch` integer
    - `customer_details` object
      - `id` integer
      - `name` string
    - `payment_mode` string
    - `receipt_currecny` string
    - `receipt_amount` number
    - `recon_details` object[]
      - `type` string
      - `amount` number
      - `invoice_id` integer
      - `invoice_number` string
      - `status` integer
      - `currency` string
      - `reconcile_date` string
      - `reconciled_on` string
    - `reconcile_amount` number
    - `unreconcile_amount` integer
    - `receipt_status` integer
    - `bank_id` integer
    - `created_on` string
    - `business_details` object
      - `business_name` string
      - `gstin` string
      - `branch_address` object
        - `address_line_1` string
        - `address_line_2` string
        - `city` string
        - `state` string
        - `country` string
        - `pincode` string
    - `url` string
    - `pdf_url` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

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