{
"method": "import",
"apiVersion": "1.0",
"params": {
"type": "paymentBalance",
"companyId": "XXX",
"requestId": "1735a006597bdaccb03ae1db81eee68",
"sign": "0745f119aaa6ffbfac7193215f7238da180a6a2750ae99688ce7b53cdbbb48b9"
}
}
{
"method": "import",
"apiVersion": "1.0",
"params": {
"type": "paymentBalance",
"companyId": "XXX",
"requestId": "1735a006597bdaccb03ae1db81eee68"
},
"data": {
"success": true,
"balance": {
"deposit": {
"amount": "XXX",
"currency": "XXX"
},
"credit": {
"amount": "XXX",
"currency": "XXX"
},
"paymentExtraInfo": [
{
"type": "XXX",
"name": "XXX",
"money": {
"amount": "XXX",
"currency": "XXX"
}
}
]
}
}
}