curl --request GET \
--url https://api.owem.com.br/v4/i/pix/in/dynamic-qrcode/{txId} \
--header 'Authorization: <authorization>'{
"requestId": "a111b222-c333-4d44-8e55-f66677788899",
"success": true,
"size": 1,
"message": "QR Code consultado",
"data": {
"createdAt": 1766523042000,
"id": "7c4f3a2d8e1248a6b9c71f45e2",
"dueDate": "2025-12-25T12:00:00.000Z",
"emv": "00020101021226840014br.gov.bcb.pix2562qrcode.owem.com.br/pix/f9a0b1c2d3e4f5a6b7c8d9e05204000053039865802BR5909CLIENT6008SAOPAULO62070503***6304ABCD",
"pixKey": "abc12345-6789-0abc-def0-123456789abc",
"amount": 197.99,
"updatedAt": 1766523045000,
"uid": "7c4f3a2d8e1248a6b9c71f45e2"
}
}
Returns data of a previously created dynamic QRCode. Check status, amount and PIX charge details.
curl --request GET \
--url https://api.owem.com.br/v4/i/pix/in/dynamic-qrcode/{txId} \
--header 'Authorization: <authorization>'{
"requestId": "a111b222-c333-4d44-8e55-f66677788899",
"success": true,
"size": 1,
"message": "QR Code consultado",
"data": {
"createdAt": 1766523042000,
"id": "7c4f3a2d8e1248a6b9c71f45e2",
"dueDate": "2025-12-25T12:00:00.000Z",
"emv": "00020101021226840014br.gov.bcb.pix2562qrcode.owem.com.br/pix/f9a0b1c2d3e4f5a6b7c8d9e05204000053039865802BR5909CLIENT6008SAOPAULO62070503***6304ABCD",
"pixKey": "abc12345-6789-0abc-def0-123456789abc",
"amount": 197.99,
"updatedAt": 1766523045000,
"uid": "7c4f3a2d8e1248a6b9c71f45e2"
}
}
txId is the unique charge identifier and equals the entryId used in Ledger queries.
Basic {Base64(API_KEY:API_SECRET)}Show data
entryId in Ledger)id){
"requestId": "a111b222-c333-4d44-8e55-f66677788899",
"success": true,
"size": 1,
"message": "QR Code consultado",
"data": {
"createdAt": 1766523042000,
"id": "7c4f3a2d8e1248a6b9c71f45e2",
"dueDate": "2025-12-25T12:00:00.000Z",
"emv": "00020101021226840014br.gov.bcb.pix2562qrcode.owem.com.br/pix/f9a0b1c2d3e4f5a6b7c8d9e05204000053039865802BR5909CLIENT6008SAOPAULO62070503***6304ABCD",
"pixKey": "abc12345-6789-0abc-def0-123456789abc",
"amount": 197.99,
"updatedAt": 1766523045000,
"uid": "7c4f3a2d8e1248a6b9c71f45e2"
}
}
| HTTP | Description |
|---|---|
| 200 | QR found |
| 400 | Invalid txId |
| 401 | Invalid credentials |
| 403 | IP not allowlisted |
| 404 | txId nonexistent/expired |
| 429 | Rate limit exceeded |
| 500 | Internal error |
POST /v4/i/pix/in/dynamic-qrcode.txId of this resource is the identifier used for accounting confirmation
via GET /v4/i/ledger/entry-id/:entryId (where entryId = txId).Was this page helpful?