Last updated 2 months ago
This endpoint requests a refund for a qrcode with the provided data.
/v1/pix/{qrcodeID}/refund
QRCode ID
curl -L \ --request DELETE \ --url 'http://https://sandbox-api.pagou.com.br//v1/pix/{qrcodeID}/refund' \ --header 'Content-Type: application/json' \ --data '{ "amount": 1, "description": "text", "reason": 1 }'
No body