Estornando um QRCode
This endpoint requests a refund for a qrcode with the provided data.
Authorizations
Path parameters
qrcodeIDanyRequired
QRCode ID
Header parameters
User-AgentanyOptional
Client Identifier
Body
amountnumberRequired
descriptionstringRequired
reasonintegerRequired
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
delete
DELETE /v1/pix/{qrcodeID}/refund HTTP/1.1
Host: sandbox-api.pagou.com.br
X-API-KEY: YOUR_API_KEY
Content-Type: application/json
Accept: */*
Content-Length: 44
{
"amount": 1,
"description": "text",
"reason": 1
}
No content
Last updated