---
title: "Consultar boleto"
method: GET
path: "/billet/{id}"
tags: ["Boletos"]
---

# Consultar boleto

`GET /billet/{id}`

## Path parameters

- `id` string, required

## Headers

- `User-Agent` string

## Response `200`

Successful response

- object
  - `id` string
  - `value` integer
  - `barcode` string
  - `description` string
  - `due_date` string
  - `payment_date` string
  - `status` string
  - `status_description` string
  - `created_at` string
  - `integration_id` string
  - `batch_id` string
  - `receipt_url` string
  - `bank_receipt_url` string
  - `paid_date` string
  - `returned_date` string
  - `finish_date` string
  - `bank_auth_code` string
  - `error` object, nullable
    - `code` string, nullable
    - `message` string

---

[API](https://skmtc.net/transfeera/apis/autentica-o.md) · [All operations](https://skmtc.net/transfeera/apis/autentica-o/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/transfeera/autentica-o/versions/cf24b926bbaa/schema)
