Get details of a Chargeback PIX request

Use this endpoint to access the details of a chargeback Pix request.


Params (Query Params)

ParameterValueDescriptionExample
idNumberFill in with the Number of the request referring the chargeback case identifier.EX: 113562

Headers

ParameterTypeDescriptionExample
AuthorizationStringBearer + Access_tokenBearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzEzMzAwOTMxLCJpYXQiOjE3MTMyOTczMzEsImp0aSI6Ijc2ZWI4ZTE5ZjM4YjQ4NmZiODdmNzNjNTdkMWVmNDJhIiwidXNlcl9pZCI6MjQ2fQ.5zekMa7CUj9p-MvNHns5ke4ZPhYV3Y1CLOsYL7hDUUo

Response Details

{
    "worked": true,
    "pix_med_id": 1,
    "status": "WAITING",
    "name": "Matheus xxxxxx Falcão",
    "cpf": "165.xxx.567-80",
    "qr_code_id": 118578,
    "qr_code_status": "CHARGEBACK",
    "qr_code_copy_and_paste": "00020101021226950014br.gov.bcb.pix2573qr.cornerpix.com.br/11581339/v2/cobv/5c176901-6ba5-4281-9e10-7f67191320d25204000053039865802BR5914BMP MONEY PLUS6009SAO PAULO62070503***6304CFB6",
    "amount": 1.65,
    "fee": 0.0,
    "due_date": "2024-04-23T15:00:00Z",
    "e2e": "E182312131as87a7986s8a1",
    "description_response": "descrição do acontecimento",
    "file_response_url": "https://saq-api-files.s3-sa-east-1.amazonaws.com/media/pixmed/d8972663-ff6a-4df4-8e25-410631b86944.pdf"
}
FieldDescription
workedReturns true or false, confirming whether the query was successfully returned or not.
pix_med_idReturns the number of the consulted request (the same information as the Id field in the Params (Query Params)
statusPossible statuses that can be returned in the query: ACCEPTED - PIX Chargeback request accepted REJECTED - PIX Chargeback request rejected WAITING - PIX Chargeback Awaiting response
nameReturns the name of the user who initiated the chargeback process
cpfReturns the CPF or CNPJ of the user who initiated the chargeback process
qr_code_idUnique payment identifier generated. This value never repeats, and it enables querying endpoints to confirm the payment status, refunds, etc.
qr_code_statusSUCCESS - Payment successfully completed CHARGEBACK - Indicates that the payment refund occurred using the Refund PIX Copy and Paste endpoint
CANCELED or ERROR- Payment not completed due to errors in the provided data. For example, invalid or non-existent.
qr_code_copy_and_pasteThis field returns the information of the Copy and Paste QR Code generated.
amountreturns the value of the chargeback
feeIf applicable, this field returns the fee charged to the SaQ.Digital customer when using the Respond to PIX Chargeback Request endpoint
due_dateDeadline for responding to the PIX chargeback request
e2eReturns the e2e (End-to-End), a unique identifier used in financial transactions to facilitate the identification and tracking of operations.
description_responsereturns the description of the response if applicable. This field presents the information inputted in the Respond to PIX Chargeback Request endpoint.
file_response_urlreturns the response PDF document converted to base64. This field presents the information inputted in the Respond to PIX Chargeback Request endpoint.

Language
Click Try It! to start a request and see the response here!