curl --location 'https://base.merchantwarrior.com/payout//status' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"MW-MERCHANTID": "XXXXX",
"MW-API-KEY": "XXXXX",
"MW-MESSAGEHASH": "XXXXX",
"MW-API-VERSION": "XXXXX"
}'{
"responseCode": 0,
"responseMessage": "Operation successful",
"result": {
"payoutId": "67434054-f1cc-11f0-a77e-005056a5521a",
"reference": "bc5caa59cc9b468fb1915e89c82173e8",
"status": "complete",
"total": 3,
"processed": 3,
"fundsSource": "payto",
"createdAt": "2026-01-15 15:41:05",
"lastUpdated": "2026-01-15 16:23:15"
}
}