Pular para o conteúdo principal
GET
/
pix
/
v1
/
transactions
/
{id}
Get a PIX Transaction
curl --request GET \
  --url https://api.pagou.ai/pix/v1/transactions/{id} \
  --header 'apiKey: <api-key>'
{
  "id": "trn_1f3f2d2299d74944a6a028f278f2f0e7",
  "status": "PAID",
  "type": "PIX",
  "value": 9417,
  "paidAmount": 9417,
  "externalId": "pedido-7429",
  "createdAt": "2026-02-06T19:50:49.926Z",
  "updatedAt": "2026-02-06T19:51:51.394Z"
}

Autorizações

apiKey
string
header
obrigatório

Parâmetros de caminho

id
string
obrigatório
Minimum string length: 1

Resposta

Success

id
string
obrigatório
status
string
obrigatório
type
string
obrigatório
value
integer
obrigatório
paidAmount
integer
obrigatório
externalId
string
obrigatório
createdAt
string
obrigatório
updatedAt
string
obrigatório