Get Service Wallet Balance
Query your service wallet balance
GET
https://upesipay.com/api/v2/wallets
Headers
| Parameter | Type | Description |
|---|---|---|
| Authorization* | String | Basic auth token |
Query Parameters
| Parameter | Type | Description |
|---|---|---|
| wallet_type* | String | Value: service_wallet |
Responses
200 OK
{
"id": 22156,
"account_id": 22183,
"wallet_type": "service_wallet",
"currency": "KES",
"available_balance": 15101.36,
"created_at": "2026-01-02T08:36:38.209573Z",
"updated_at": "2026-01-02T12:40:33.157508Z"
}
Try It Out
Please set your authentication token in the sidebar to test this API.
Query Parameters
(URL query string parameters)
Note: Empty query parameters will be excluded from the request.
Headers
Code Samples
curl -X GET \
'https://upesipay.com/api/v2/wallets?wallet_type=service_wallet'