---
title: "Buscar Pagamento"
method: GET
path: "/{id}"
---

# Buscar Pagamento

`GET /{id}`

Busca por um pagamento através do seu ID.

## Path parameters

- `id` string, required

## Response `200`

200

- object
  - `id` string
  - `account_id` string
  - `barcode` string
  - `status` string
  - `document_amount_cents` integer
  - `amount_cents` integer
  - `description` string
  - `created_at` string
  - `updated_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/iugu/apis/tokens-de-api.md) · [All operations](https://skmtc.net/iugu/apis/tokens-de-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iugu/tokens-de-api/revisions/4590fc729d1e/schema)
