curl --location 'https://base.merchantwarrior.com/npp/cop/validate' \
--header 'MW-API-VERSION: 2.0' \
--header 'MW-MERCHANTID: 4aa82af83c95d' \
--header 'MW-API-KEY: mz3dz5fp' \
--header 'MW-MESSAGEHASH: 59e5f6f02777398bfd5652d041f1e0d3e44e30587308c55c7053f5e7d4b3a48d' \
--header 'Content-Type: application/json' \
--data '{
"account": {
"bsb": "string",
"number": "string"
},
"payee": {
"name": "string"
},
"validation": {
"purpose": "stri"
}
}'{
"responseCode": 0,
"responseMessage": "Operation successful",
"result": {
"copRequestId": "c6d6ca026f4d1ba0067cf8c0376852b",
"validation": {
"code": "MTCH",
"icon": "TICK"
}
}
}