# Account Balance
This enables you to get the PesaWay Wallet Balance. You can query for the belance as follows:
Test Endpoint:
https://sandbox.pesaway.com/api/v1/account-balance/
There are no parameters expected
# Request Sample
curl --location --request GET 'https://sandbox.pesaway.com/api/v1/token/' \
# Response Sample
{
"current": "50000.0",
"available": "50000.0",
"uncleared": "0.0",
"reserved": "0.0"
}
# Response Parameters
Response Parameters | Field Type Description |
---|---|
current | Sum total of the money in the PesaWay wallet |
available | Balance available / accessible for disbursement / payout |
uncleared | Money deposited but still not available for disbursement / payout |
reserved | Money going out but the transactions are still not complete. |
← Pull Transactions SMS →