---
title: "Retrieve Single Purchase Invoice"
method: GET
path: "/purchase-invoice/{invoice_id}"
---

# Retrieve Single Purchase Invoice

`GET /purchase-invoice/{invoice_id}`

You can get a specific document details information

## Path parameters

- `invoice_id` string, required

## Response `200`

200

- object
  - `code` string
  - `message` string
  - `data` object
    - `uuid` string
    - `invoice_number` string
    - `company_id` string
    - `partner_id` string
    - `document_type_id` string
    - `invoice_date` string
    - `due_date` string
    - `status` string
    - `version` integer
    - `signature_text_header` string
    - `signature_text_footer` string
    - `created_at` string
    - `updated_at` string
    - `terms_and_conditions` string
    - `notes` string
    - `grand_total` integer
    - `subtotal` integer
    - `total_discount` integer
    - `tax_inclusive` integer
    - `tax_exclusive` integer
    - `custom_total_per_item` integer
    - `items` object[]
      - `product_name` string
      - `description` string
      - `sku` string
      - `uom` unknown
      - `quantity` integer
      - `price` number
      - `discount` integer
      - `index` integer
      - `tax_type` string
      - `discount_amount` integer
      - `discount_percentage` integer
      - `discount_string` string
      - `total` integer
    - `partner` object
      - `uuid` string
      - `name` string
      - `email` string
      - `phone` string
    - `tax_invoice` object
      - `kd_jenis_transaksi` string
      - `fg_pengganti` string
      - `nomor_faktur` string
      - `tanggal_faktur` string
      - `npwp_penjual` string
      - `nama_penjual` string
      - `alamat_penjual` string
      - `npwp_lawan_transaksi` string
      - `nama_lawan_transaksi` string
      - `alamat_lawan_transaksi` string
      - `jumlah_dpp` string
      - `jumlah_ppn` string
      - `jumlah_ppnbm` string
      - `status_approval` string
      - `status_faktur` string
      - `referensi` string
      - `detail_transaksi` object[]
        - `nama` string
        - `harga_satuan` string
        - `jumlah_barang` string
        - `harga_total` string
        - `diskon` string
        - `dpp` string
        - `ppn` string
        - `tarif_ppnbm` string
        - `ppnBm` string

## Other responses

- `400` — 400
- `404` — 404

---

[API](https://skmtc.net/paper/apis/version-1.md) · [All operations](https://skmtc.net/paper/apis/version-1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/paper/version-1/versions/3c426ced31a3/schema)
