post
https://api.payyez.com/api/PayoutAPI/balance
A balance check API provides real-time account balance information.
Request Params:
| Name | Type | Description | Mandatory(Yyes)/ Optional(O) |
|---|---|---|---|
| Client ID | String | Client ID is provided by API panel | Y |
| Secret Key | String | Secret Key is provided in api panel | Y |
Request Sample:
{
"clientId": "2898bXXXXXX-425b-ac07-8XXXXXXX3",
"secretKey": "e6fXXXf-62a9XXX-ab10-5XXXX8f9708"
}
Response Param:
| Key | Type | Description |
|---|---|---|
| Status Code | String | 1 = Success |
| Message | String | Message |
| Balance | Int | Wallet Amount |
