GET Wallet Balance
An endpoint to get wallet balance.
To get wallet balance, send the following request header parameter via GET.
GET/wallet/balance
GET Wallet Balance
Request Samples
curl
-L -X GET 'https://test-api.billeroo.com/wallet/balance' \
-H 'Authorization: {integratorToken}'
200 Successful Response
Erroneous Response
Response Samples
{
"timestamp": "2024-12-16 05:47:15.092 +0000",
"status": 200,
"message": "OK",
"path": "/wallet/balance",
"data": {
"balance": 123.33
}
}
{
"timestamp": "2024-12-16 05:51:07.953 +0000",
"status": 401,
"error": "Unauthorized",
"message": "request is not authorized",
"path": "/wallet/balance"
}