Last updated 22 days ago
This endpoint requests a cancellation for an active qrcode with the provided data.
QRCode ID
No Content
const response = await fetch('//https://sandbox-api.pagou.com.br/v1/pix/{qrcodeID}', { method: 'DELETE', headers: {}, }); const data = await response.json();
{ "error": "text", "errors": [ "text" ] }