Skip to main content
GET
Obter transacao
Retrieves a specific transaction by its unique identifier.
After payment is confirmed, the following fields are populated in the pix object: pix.payerName, pix.payerDocument, pix.payerBank, and pix.endToEndId.For boleto transactions, data is available in boleto.barcode, boleto.digitableLine, boleto.pdfUrl, and boleto.dueDate.

Authorizations

Authorization
string
header
required

Token JWT obtido via /v1/auth/token

Path Parameters

transactionId
string<uuid>
required

ID da transacao

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

Dados da transacao

data
object | null
message
string | null
error
object | null