v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPix
Get Pix transaction
Retrieve transaction information given an end-to-end value in the path.
Note: This endpoint takes an account token - an access token encoded with a Pismo accound ID.
get/pix/v1/pix/end-to-end/{end_to_end_id}/transaction
Path parameters
end_to_end_idstring required
Transaction end-to-end ID. This field is a Brazil Central Bank (BCB) requirement to track all Pix transaction steps.
Headers
Authorizationstring required
Example:Bearer eyJhbGci...IUzUx
Account token - an access token encoded with a Pismo account ID. Tokens can expire quickly, which can result in a <b>401 Unauthorized</b> message.
Response
Response Body
Example response
{
"end_to_end_id": "E3030629420200808195101608910248",
"org_id": "TN-1234...",
"account_id": 6912345,
"ispb": "60701190",
"type": "PIX-IN",
"transaction_type": "TRANSFER",
"initiation_type": "DICT",
"status": "PROCESSING",
"correlation_id": "8675309",
"authorization_id": 82725717,
"client_request_id": "b84da2fc-dd63-4c6c-a346-797b65f334c7",
"payee": {
"bank_account": {
"account_number": "98765432",
"account_type": "TRAN",
"branch": "011"
},
"document": "7777888hh",
"name": "Paul Bearer"
},
"payer": {
"bank_account": {
"account_number": "98765432",
"account_type": "TRAN",
"branch": "011"
},
"document": "7777888hh",
"name": "Paul Bearer"
},
"initiator_document_number": "12345678900",
"initial_amount": "10.02",
"amount": 215,
"additional_description": "Charge #1",
"qr_code_additional_information": [
{
"name": "Discount",
"value": "Paying until the 5th, there will be a 10% discount"
}
],
"transaction_identification": "1a84daf6-a61b-4aba-919a-a9943db7102e",
"reason": "USER_REQUESTED",
"external_id": "1236723",
"external_movement_id": "12345678",
"migration_id": "c80118a7-7cef-4378-a3be-e0e28efbf150",
"charges": {
"discount_value": 0.15,
"fine_value": 5.15,
"interest_value": 20.15
},
"dates": {
"created_datetime": "2021-10-11T19:01:43.392Z",
"psp_transaction_created_at": "2021-10-12T19:01:43.392Z",
"received_datetime": "2021-10-12T19:01:43.392Z",
"updated_datetime": "2021-10-12T19:01:43.392Z"
},
"taxes": {
"tax_identifier": "IS0435879820240605bcdb1fhn43a",
"records": [
{
"tax_type": "IBS",
"amount": 1050.44
}
]
}
}