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