4.7 Merchant wallet Balance
Request
Body Params application/json
{
"mchId": "8600001",
"data": {
"mchId": "8600001",
"apiCode": "UN1001"
},
"sign": ""
}
Request Code Samples
curl --location --request POST '/pay/v1/merchantBalance' \
--header 'Content-Type: application/json' \
--data-raw '{
"mchId": "8600001",
"data": {
"mchId": "8600001",
"apiCode": "UN1001"
},
"sign": ""
}'
Responses
application/json {
"message": "",
"data": {
"walletBalance": "389.40000",
"message": "success"
},
"code": ""
}
Modified at 2026-03-11 08:31:22