v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBPix
Validate QR Code
Retrieve and validate Pix QR Code.
post/pix/v1/pix/qrcode/validate
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.
Request body
Example request
{
"emv": "00020126410014BR.GOV.BCB.PIX0119102785947@email.com5204000053039865802BR5915Teste do Fulano6009SAO PAULO61080550900062070503***630495F6",
"desired_payment_date": "2021-11-18"
}Response
Response Body
Example response
{
"additional_information": [
{
"name": "Discount",
"value": "Paying until the 5th, there will be a 10% discount"
}
],
"amount": 215,
"charges": {
"discount_value": 0.15,
"interest_value": 20.15,
"fine_value": 5.15,
"settled_value": 10.15
},
"dates": {
"creation_datetime": "2020-09-15T19:39:54.013Z",
"due_date": "2020-09-15",
"expiration_datetime": "2020-09-15T19:39:54.013Z",
"presentation_datetime": "2020-09-15T19:39:54.013Z",
"validity_after_expiration_day": 30
},
"debtor": {
"document_number": "7777888hh",
"name": "Paul Bearer"
},
"end_to_end_id": "E3030629420200808195101608910248",
"initial_amount": "10.02",
"payee": {
"type": "NATURAL_PERSON",
"account_number": "98765432",
"account_type": "TRAN",
"address": "1542 3rd Ave",
"bank": "237",
"branch": "011",
"city": "New York",
"document_number": "7777888hh",
"key": "email@email.com",
"name": "Paul Bearer",
"participant_id": 60701190,
"state": "NY",
"zip_code": "01701000"
},
"payer_solicitation": "Enter fidelity card",
"qrcode_type": "DYNAMIC_COB",
"revision": 1,
"status": "ATIVA",
"transaction_identification": "55d3992a-2f89-46fb-820a-958693bde84d",
"transaction_type": "TRANSFER",
"withdrawal": {
"agent_modality": "AGTEC",
"amount": 215,
"ispb_service_provider": "60701190",
"purchase_amount": 1050.44
},
"recurrence": {
"recurrence_id": "c80118a7-7cef-4378-a3be-e0e28efbf150",
"journey_type": "AUT1",
"contract_id": "5509-uroo-78944-9987",
"amount": 215,
"min_payment_amount": 10.09,
"frequency_type": "MONTH",
"first_payment_date": "2025-04-25",
"last_payment_date": "2026-06-10",
"payee": {
"name": "Paul Bearer",
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN"
},
"debtor": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer"
},
"payer": {
"document_number": "7777888hh",
"document_type": "NATURAL_PERSON",
"name": "Paul Bearer",
"bank": "237",
"branch": "011",
"account_number": "98765432",
"account_type": "TRAN",
"city_code": "3550308"
},
"retry": true,
"created_at": "2024-09-12T16:46:16.43663522",
"read_at": "2024-11-14T17:54:40Z",
"history": [
{
"status": "REJECTED",
"updated_at": "2024-09-12T16:46:16.43663522"
}
]
}
}