post
https://api.wowpe.in/api/api/api-module/payout/balance
A balance check API provides real-time account balance information.
Request Params:
| Name | Type | Description | Mandatory(Yyes)/ Optional(O) |
|---|---|---|---|
| clientId | String | Client Id is provided in wowpe dashboard. | Y |
| secretKey | String | secretKey is provided in wowpe dashboard. | Y |
Request Sample:
{
"clientId": "40c86a1c-XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"secretKey": "e91650d0-XXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
Response Param:
| Key | Type | Description |
|---|---|---|
| statusCode | String | 1: Success, 0 ; Failed |
| message | String | Message |
| balance | Int | Wallet Amount |