Last updated 3 months ago
This endpoint return a charge.
OK
const response = await fetch('//https://sandbox-api.pagou.com.br/v1/charges/{chargeID}', { method: 'GET', headers: {}, }); const data = await response.json();
text