Balance
This is an object representing your balance. You can retrieve it to see the balance currently on your account.
GET: /v1/b2b/balance
Request
curl -X GET \
https://api.tupay.africa:8888/v1/b2b/balance \
-H 'Authorization: Bearer {token}'
Response
Balance Response
{
"status": 20,
"amount": 100,
"currency": "KES"
}
status
(Integer): The status of the requestamount
(Double): The balancecurrency
(String): The currency code