---
title: "Consulta de nota fiscal de serviço"
method: GET
path: "/service-receipt/{service_receipt_id}"
---

# Consulta de nota fiscal de serviço

`GET /service-receipt/{service_receipt_id}`

Consulte as informações de sua nota fiscal de serviço

## Path parameters

- `service_receipt_id` string, required

## Response `201`

201

- object
  - `service_receipt` object
    - `id` string
    - `status` string
    - `xml` string
    - `pdf` string
    - `customer` object
      - `email` string
      - `address` object
        - `street` string
        - `number` string
        - `district` string
        - `city` string
        - `state` string
        - `zipcode` string
    - `trigger` string
    - `cnae` string
    - `service_code` string
    - `description` string
    - `tax` object
      - `iss` object
        - `value` integer
        - `withheld` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/cora/apis/boletos.md) · [All operations](https://skmtc.net/cora/apis/boletos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cora/boletos/revisions/c1a8281b252f/schema)
