Estornando um QRCode

Refund a QRCode

delete

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
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