Pular para o conteúdo principal
GET
Ver Transação

Autorizações

x-access-id
string
header
obrigatório

UUID of the service account (e.g., 550e8400-e29b-41d4-a716-446655440000)

X-PoP-Challenge
string
header
obrigatório

Unix timestamp in milliseconds (e.g., 1704636800000). Must be within 5 minutes of server time.

X-PoP-Format
string
header
obrigatório

Must be 'service-account' for service account authentication

X-PoP-Signature
string
header
obrigatório

EdDSA signature of the request in base64 format. Signs: uri:method:body:timestamp

Parâmetros de caminho

transaction_id
integer<int64>
obrigatório

Resposta

Transaction retrieved successfully

amount_in_cents
integer<int64>
obrigatório

Transaction amount in centavos. Positive for credits, negative for debits.

category
enum<string>
obrigatório

Transaction category.

Opções disponíveis:
credit,
debit,
block
created_at
string<date-time>
obrigatório

Transaction creation timestamp (UTC, RFC 3339).

Exemplo:

"2026-05-28T14:30:00Z"

description
string
obrigatório

Human-readable transaction description.

details
Pix · object
obrigatório

Type-specific transaction details.

end_to_end_id
string
obrigatório

End-to-End (E2E) identifier of the PIX in the Central Bank's Instant Payment System. Format: E{ISPB}{YYYYMMDD}{HHmmss}{UniqueID} (e.g.: E323070002024011012345612345678901234). Used for tracking, reconciliation, and proof of PIX transactions.

Exemplo:

"E323070002024011012345612345678901234"

id
integer<int64>
obrigatório

Transaction identifier.

status
enum<string>
obrigatório

Transaction status.

Opções disponíveis:
initial,
pending,
committed,
voided,
failed
type
string
obrigatório

Transaction type (e.g., pix_transfer, boleto_payment).

completed_at
string<date-time> | null

Transaction completion timestamp (UTC, RFC 3339). Null while pending.

Exemplo:

"2026-05-28T14:30:00Z"

counterparty
string | null

Counterparty name, when available.

med
null | object

MED dispute/infraction context, when applicable.