cURL
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" }
Get transaction
1
Success