{
"appId": "34ecxxxxxx78f7",
"sign": "Platform",
"param": "{\"batchNo\": \"BU5Q2356500063453184\",\"countryCode\":\"ID\",\"timestamp\": 1717205130000}"
}curl --location '/open-api/disbursement/batch/query' \
--header 'Content-Type: application/json' \
--data '{
"appId": "34ecxxxxxx78f7",
"sign": "Platform",
"param": "{\"batchNo\": \"BU5Q2356500063453184\",\"countryCode\":\"ID\",\"timestamp\": 1717205130000}"
}'{
"code": 10000,
"message": "success",
"data": {
"batchNo": "BU5Q2356500063453184",
"merchantBatchNo": "B20260601006",
"status": "PENDING",
"notifyStatus": "NOT NOTIFIED",
"totalCount": 1,
"successCount": 0,
"failCount": 0,
"processingCount": 0,
"totalAmount": 1000000,
"successAmount": 0,
"failAmount": 0,
"createTime": "2026-06-04T10:11:21"
}
}