cURL
curl --request GET \ --url https://api-payment.safefypay.com.br/v1/balance \ --header 'Authorization: Bearer <token>'
{ "data": { "currency": "BRL", "balance": { "available": 150000, "pending": 25000, "reserved": 0, "total": 175000 }, "totals": { "lifetimeVolume": 5000000, "lifetimePayouts": 4800000, "lifetimeRefunds": 50000 }, "period": { "volumeToday": 100000, "volumeThisWeek": 500000, "volumeThisMonth": 2000000 }, "updatedAt": "2025-01-15T15:00:00Z" }, "message": null, "error": null }
Retrieve the current merchant balance
1500
withdrawNowAvailable
requiresFullWithdrawalNow
true
Token JWT obtido via /v1/auth/token
Dados do saldo
Show child attributes