Refund PIX Copy and Paste
post https://api.saq.digital/v2/finance/chargebacks-pix-copy-and-paste/
This endpoint processes the Refund PIX Copy and Paste
Parameter | Type | Description | Example |
---|
Authorization | String | Bearer + Access_token | Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ0b2tlbl90eXBlIjoiYWNjZXNzIiwiZXhwIjoxNzEzMzAwOTMxLCJpYXQiOjE3MTMyOTczMzEsImp0aSI6Ijc2ZWI4ZTE5ZjM4YjQ4NmZiODdmNzNjNTdkMWVmNDJhIiwidXNlcl9pZCI6MjQ2fQ.5zekMa7CUj9p-MvNHns5ke4ZPhYV3Y1CLOsYL7hDUUo |
{
"qr_code_id": xxxxxx,
"information": "Reason for chargeback",
"amount": 0.01
}
Field | Description | Required or Optional |
---|
qr_code_id | Unique payment identifier generated. This value never repeats, and it enables querying endpoints to confirm the payment status, refunds, etc. | required |
information | Free field that allows describing the reason for the chargeback procedure. | required |
amount | Amount of the chargeback to be processed. | required |
{
"worked": true,
"fee": 0.0
}
Field | Description |
---|
worked | Returns true or false, confirming whether the Chargeback PIX Copy and Paste was successfully submitted or not |
fee | If applicable, this field returns the fee that will be charged to the SaQ.Digital customer for Refund PIX Copy and Paste |