v1

latestOpenAPI 3.1.02026-07-2691531.2 KB
Service Wallet

Get service wallet balance

Returns the current balance of your service wallet. The service wallet holds pre-funded tokens used to pay PalPluss transaction fees.

Monitor this balance and top up before it reaches zero to avoid 402 errors on payment requests.

get/wallets/service/balance

Response

Service wallet balance.

successboolean required
requestIdstring uuid required

Unique identifier for this API request. Include in support tickets.

Example response

{
  "success": true,
  "data": {
    "currency": "KES",
    "availableBalance": 4250,
    "ledgerBalance": 4250
  },
  "requestId": "c1b2a3d4-e5f6-7890-abcd-ef1234567890"
}