Last updated 3 months ago
Get a customer balance
OK
const response = await fetch('v1/customers/balance', { method: 'GET', headers: {}, }); const data = await response.json();
{ "balance": 0, "last_update": "text" }