get https://api.saq.digital/v2/finance/status-med/?id=
Use this endpoint to access the details of a chargeback Pix request.
Params (Query Params)
Parameter | Value | Description | Example |
---|---|---|---|
id | Number | Fill in with the Number of the request referring the chargeback case identifier. | EX: 113562 |
Headers
Parameter | Type | Description | Example |
---|---|---|---|
Authorization | String | Bearer + Access_token | Bearer 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"
}
Field | Description |
---|---|
worked | Returns true or false, confirming whether the query was successfully returned or not. |
pix_med_id | Returns the number of the consulted request (the same information as the Id field in the Params (Query Params) |
status | Possible statuses that can be returned in the query: ACCEPTED - PIX Chargeback request accepted REJECTED - PIX Chargeback request rejected WAITING - PIX Chargeback Awaiting response |
name | Returns the name of the user who initiated the chargeback process |
cpf | Returns the CPF or CNPJ of the user who initiated the chargeback process |
qr_code_id | Unique payment identifier generated. This value never repeats, and it enables querying endpoints to confirm the payment status, refunds, etc. |
qr_code_status | SUCCESS - 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_paste | This field returns the information of the Copy and Paste QR Code generated. |
amount | returns the value of the chargeback |
fee | If applicable, this field returns the fee charged to the SaQ.Digital customer when using the Respond to PIX Chargeback Request endpoint |
due_date | Deadline for responding to the PIX chargeback request |
e2e | Returns the e2e (End-to-End), a unique identifier used in financial transactions to facilitate the identification and tracking of operations. |
description_response | returns the description of the response if applicable. This field presents the information inputted in the Respond to PIX Chargeback Request endpoint. |
file_response_url | returns the response PDF document converted to base64. This field presents the information inputted in the Respond to PIX Chargeback Request endpoint. |