---
title: "Get Boleto Payment"
method: GET
path: "/v1/boleto-payments/{id}"
tags: ["Boleto Payments"]
---

# Get Boleto Payment

`GET /v1/boleto-payments/{id}`

Retrieves a single boleto payment by its ID for the authenticated account.

## Path parameters

- `id` integer, required

## Response `200`

Boleto payment retrieved successfully

- BoletoPaymentItemResponse
  - `amount_in_cents` integer, nullable
  - `barcode_line` string, required
  - `created_at` string, date-time, required — Payment creation timestamp (UTC, RFC 3339).
  - `description` string, nullable
  - `external_reference_id` string, nullable
  - `failed_message` string, nullable
  - `id` integer, required
  - `scheduled_date` string, date, nullable — Scheduled execution date (`YYYY-MM-DD`). Null when executed immediately.
  - `status` 'awaiting_approval' | 'pending' | 'processing' | 'success' | 'cancelled' | 'failed', required
  - `tax_id` string, required
  - `transaction_id` integer, nullable

## Other responses

- `401` — Authentication failed
- `403` — Access denied - requires ViewTransactions permission
- `404` — Boleto payment not found. Error code: PAYMENT_NOT_FOUND
- `500` — Internal server error

---

[API](https://skmtc.net/kiwify/apis/conta-digital-api.md) · [All operations](https://skmtc.net/kiwify/apis/conta-digital-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kiwify/conta-digital-api/versions/5e009b25c245/schema)
