post
http://nowpay.in/api/index.php?route=/api/common/balance
This API used to get wallet balance of merchant. API includes balances for below modules
- TRADE 2. AEPS 3. SMS 4. Plan 5. PG
Request Parameters:
| Parameter | Data | Description |
|---|---|---|
| username | M | username is unique identification of merchant and provided by Nowpay |
| key | M | SecKey is provided by Nowpay |
Response Parameters:
| Parameter | Values | Description |
|---|---|---|
| success | 0 => Failed 1 => Success 2 => Pending | Represents transaction status |
| tradebal | Wallet balance in the form of amount | Will show trade wallet current balance |
| message | Execution response of API | Execution response of API |
| aepsbal | AEPS wallet balance in the form of amount | Will show AEPS wallet current balance |
| planbal | Plan wallet balance in the form of count | Will show hit balance of plan wallet |
| smsbal | SMS wallet balance in the form of count | Will show hit balance of SMS wallet |
