Refund PIX Copy and Paste

This endpoint processes the Refund PIX Copy and Paste

Headers

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

Body Details

{
    "qr_code_id": xxxxxx,
    "information": "Reason for chargeback",
    "amount": 0.01
}
FieldDescriptionRequired or Optional
qr_code_idUnique payment identifier generated. This value never repeats, and it enables querying endpoints to confirm the payment status, refunds, etc.required
informationFree field that allows describing the reason for the chargeback procedure.required
amountAmount of the chargeback to be processed.required

Response Details

{
    "worked": true,
    "fee": 0.0
}
FieldDescription
workedReturns true or false, confirming whether the Chargeback PIX Copy and Paste was successfully submitted or not
feeIf applicable, this field returns the fee that will be charged to the SaQ.Digital customer for Refund PIX Copy and Paste
Language
Click Try It! to start a request and see the response here!