---
title: "Consulta de detalhes do boleto"
method: GET
path: "/{invoice_id}"
---

# Consulta de detalhes do boleto

`GET /{invoice_id}`

Verifique mais informações sobre determinado boleto através desta API

## Path parameters

- `invoice_id` string, required

## Response `200`

200

- object
  - `id` string
  - `status` string
  - `created_at` string
  - `total_amount` integer
  - `total_paid` integer
  - `occurrence_date` string
  - `code` string
  - `customer` object
    - `name` string
    - `email` string
    - `telephone` unknown
    - `document` object
      - `identity` string
      - `type` string
    - `address` object
      - `street` string
      - `number` string
      - `district` string
      - `city` string
      - `state` string
      - `complement` string
      - `zip_code` string
    - `code` unknown
  - `services` object[]
    - `name` string
    - `description` string
    - `amount` integer
    - `unit` string
    - `quantity` unknown
    - `total_amount` unknown
    - `code` unknown
  - `payment_terms` object
    - `due_date` string
    - `fine` object
      - `date` string
      - `amount` integer
      - `rate` unknown
    - `interest` object
      - `rate` number
    - `discount` object
      - `percent` number
  - `payment_options` object
    - `bank_slip` object
      - `barcode` string
      - `digitable` string
      - `our_number` string
      - `registered` boolean
      - `url` string
  - `payments` object[]
    - `id` string
    - `status` string
    - `created_at` string
    - `finalized_at` string
    - `total_paid` integer
    - `method` string
    - `order` integer
    - `interest` integer
    - `fine` integer
  - `pix` unknown

## Other responses

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

---

[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/versions/c1a8281b252f/schema)
