7.3 balanceQuery 
Call the balance query service, provided by SkyPay. 
| parameter | type | length | must | describe | 
|---|---|---|---|---|
| userName | string | 50 | YES | User name provided by SkyPay - Ex:"userName":"AppName@skypay" | 
| action | string | 50 | YES | Call behavior balanceQuery(Fixed parameter values) - Ex:"action":"balanceQuery" | 
| authentication | string | 255 | YES | Verification Code Verification Key - Ex:"authentication":"E1234567-123C-1234-123F-A12345670" | 
Input parameters 
{
 : ,
 : ,
 : 
 }
Output parameters 
| parameter | type | length | describe | 
|---|---|---|---|
| responseTime | DateTime | 50 | Return time yyyy-MM-dd HH:mm:ss.SSSS | 
| responseCode | int | 4 | Return Code System default return code, a number of 4 in length, standard reference return code definition. When the system default return code is insufficient, users can customize the code. Please start with the number 2, a number of 4 in length, and clearly describe the content of the return | 
| responseDescription | string | 255 | Feedback Content Description Response Information | 
| Balance | decimal | 10.20 | Return Partner Account Balance | 
Output data: 
{
 : ,
 : ,
 : ,
 : 
 }
Return code: 
| Status Code | Status Description | 
|---|---|
| 1000 | Success |