GET: Payments Wallet Balance
On Pay Hero Kenya when you create an account, you get a payments wallet, this wallet is used to hold funds that customers Pay You via 3rd party services that we have integrated with.
You can withdraw funds held in your payments wallet to MPESA, Airtel Money, T-Kash, or Bank Accounts.
API Method
This endpoint is used to query for your payments wallet balance
GET
https://backend.payhero.co.ke/api/v2/wallets
Query Parameters
Name | Type | Description |
---|---|---|
wallet_type* | String | Value : payment_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