{
"appId": "733bxxxxxx6ded",
"sign": "Platform",
"param": "{\"merchantBatchNo\":\"B2026060119\",\"notifyUrl\":\"https://merchant.com/callback/disbursement\",\"countryCode\":\"ID\",\"timestamp\": 1717205130000,\"items\":[{\"mchOrderId\":\"OR8999456419\",\"payMethodCode\":\"EWALLET\",\"amount\":10000,\"accountNo\":\"0822111111\",\"accountName\":\"pp\",\"bankCode\":\"SHOPEEPAY\",\"purpose\":\"purp\"}]}"
}curl --location '/open-api/disbursement/batch' \
--header 'Content-Type: application/json' \
--data '{
"appId": "733bxxxxxx6ded",
"sign": "Platform",
"param": "{\"merchantBatchNo\":\"B2026060119\",\"notifyUrl\":\"https://merchant.com/callback/disbursement\",\"countryCode\":\"ID\",\"timestamp\": 1717205130000,\"items\":[{\"mchOrderId\":\"OR8999456419\",\"payMethodCode\":\"EWALLET\",\"amount\":10000,\"accountNo\":\"0822111111\",\"accountName\":\"pp\",\"bankCode\":\"SHOPEEPAY\",\"purpose\":\"purp\"}]}"
}'{
"code": 10000,
"message": "success",
"data": {
"batchNo": "BU5Q2451029676392448",
"merchantBatchNo": "B20260601019",
"status": "PENDING",
"notifyStatus": "SUCCESS",
"totalCount": 1,
"totalAmount": 1000000,
"acceptTime": "2026-06-04 16:26:58"
}
}