curl --request GET \
--url https://api.owem.com.br/v4/i/ledger/end-to-end/{endToEndId} \
--header 'Authorization: <authorization>'{
"requestId": "2b49f82a-bca7-4774-ac2c-3b3733ad6a49",
"success": true,
"size": 1,
"message": "Ledger consultado",
"data": {
"id": "E123456789202512230000000000003",
"type": "debit",
"reason": "pix_out:processing",
"status": "succeeded",
"grossAmount": 750.0,
"feeAmount": 0,
"netAmount": 750.0,
"externalId": "TX-20251223-PIX-002",
"endToEndId": "E123456789202512230000000000003",
"entryId": null,
"accountId": "123456789012",
"userId": "usr_abc123def",
"requestId": "M000000000a202512230000000000003",
"createdAt": 1766523042000,
"createdDate": "2025-12-23",
"updatedAt": 1766533845420,
"updatedDate": "2025-12-23",
"payer": {
"ispb": "12345678",
"personType": "company",
"cpfCnpj": "XX123456000XXX",
"name": "EXAMPLE COMPANY LTD",
"agency": "0001",
"accountType": "checking",
"accountNumber": "123456789012"
},
"receiver": {
"ispb": "87654321",
"personType": "person",
"cpfCnpj": "XXX123456XX",
"name": "JOHN DOE",
"agency": "0001",
"accountType": "CACC",
"accountNumber": "00000000000012345678"
},
"uid": "E123456789202512230000000000003"
}
}
Query an accounting entry by PIX identifier (E2E). Find transactions using the Central Bank unique ID.
curl --request GET \
--url https://api.owem.com.br/v4/i/ledger/end-to-end/{endToEndId} \
--header 'Authorization: <authorization>'{
"requestId": "2b49f82a-bca7-4774-ac2c-3b3733ad6a49",
"success": true,
"size": 1,
"message": "Ledger consultado",
"data": {
"id": "E123456789202512230000000000003",
"type": "debit",
"reason": "pix_out:processing",
"status": "succeeded",
"grossAmount": 750.0,
"feeAmount": 0,
"netAmount": 750.0,
"externalId": "TX-20251223-PIX-002",
"endToEndId": "E123456789202512230000000000003",
"entryId": null,
"accountId": "123456789012",
"userId": "usr_abc123def",
"requestId": "M000000000a202512230000000000003",
"createdAt": 1766523042000,
"createdDate": "2025-12-23",
"updatedAt": 1766533845420,
"updatedDate": "2025-12-23",
"payer": {
"ispb": "12345678",
"personType": "company",
"cpfCnpj": "XX123456000XXX",
"name": "EXAMPLE COMPANY LTD",
"agency": "0001",
"accountType": "checking",
"accountNumber": "123456789012"
},
"receiver": {
"ispb": "87654321",
"personType": "person",
"cpfCnpj": "XXX123456XX",
"name": "JOHN DOE",
"agency": "0001",
"accountType": "CACC",
"accountNumber": "00000000000012345678"
},
"uid": "E123456789202512230000000000003"
}
}
Basic {Base64(API_KEY:API_SECRET)}Show data
credit or debit{
"requestId": "2b49f82a-bca7-4774-ac2c-3b3733ad6a49",
"success": true,
"size": 1,
"message": "Ledger consultado",
"data": {
"id": "E123456789202512230000000000003",
"type": "debit",
"reason": "pix_out:processing",
"status": "succeeded",
"grossAmount": 750.0,
"feeAmount": 0,
"netAmount": 750.0,
"externalId": "TX-20251223-PIX-002",
"endToEndId": "E123456789202512230000000000003",
"entryId": null,
"accountId": "123456789012",
"userId": "usr_abc123def",
"requestId": "M000000000a202512230000000000003",
"createdAt": 1766523042000,
"createdDate": "2025-12-23",
"updatedAt": 1766533845420,
"updatedDate": "2025-12-23",
"payer": {
"ispb": "12345678",
"personType": "company",
"cpfCnpj": "XX123456000XXX",
"name": "EXAMPLE COMPANY LTD",
"agency": "0001",
"accountType": "checking",
"accountNumber": "123456789012"
},
"receiver": {
"ispb": "87654321",
"personType": "person",
"cpfCnpj": "XXX123456XX",
"name": "JOHN DOE",
"agency": "0001",
"accountType": "CACC",
"accountNumber": "00000000000012345678"
},
"uid": "E123456789202512230000000000003"
}
}
| HTTP | Description |
|---|---|
| 200 | Success |
| 400 | Malformed endToEndId |
| 401 | Invalid credentials |
| 403 | IP not allowlisted |
| 404 | Entry not found |
| 429 | Rate limit exceeded |
| 500 | Internal error |
endToEndId is the unique identifier generated by the banking system for
each PIX transaction.Was this page helpful?