Wallet Balance
Retrieve your current wallet balance and billing profile. Auth required; this endpoint is not billed. For KES wallets on VAT-enabled tenants, subsequent verification calls may debit subtotal + VAT.
Request
GET/api/v1/wallet/balance
{{baseUrl}}/api/v1/wallet/balanceHeader
Response
200 OKSample dataExample response
{
"success": true,
"response_code": 200,
"message": "Wallet balance fetched successfully",
"data": {
"wallet_account": "PEL305959008271",
"available_balance": 1000.00,
"currency": "KES",
"status": "active",
"billing_type": "prepay"
},
"request_id": "00000000-0000-0000-0000-000000000000"
}Response Fields
Set {{baseUrl}} to https://api.peleza.com (production) or https://sandbox.peleza.com (sandbox). Authenticated calls need a Bearer token from POST /api/v1/oauth/token.
