GET: Service Wallet Balance
On Pay Hero Kenya when you create an account, you get a service wallet, this wallet is used to fund your service usage like payments transaction costs, SMS, WhatsApp and withdrawals
API Method
This endpoint is used to query for your service wallet balance
GET
https://backend.payhero.co.ke/api/v2/wallets
Query Parameters
Name
Type
Description
wallet_type*
String
Value : service_wallet
Headers
Name
Type
Description
Authorization:*
String
Basic basicAuthToken
Sample Code:
This represents PHP Curl example of how to make the request, you can implement this in your specific language of choice
Last updated