Last updated 22 days ago
Get a customer balance
OK
const response = await fetch('//https://sandbox-api.pagou.com.br/v1/customers/balance', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": 0, "last_update": "text", "version": 0 }