curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "refundCard",
"merchantUUID": "123456789abcd",
"apiKey": "1a3b5c",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionID": "1-a1c340c8-7c30-11de-8888-000c29753ad4",
"refundAmount": "10.00",
"hash": "e9ddc296b76b3398934bfc06239073df",
"storeID": "Test store name",
"transactionReferenceID": "A257240023321",
"networkTransactionID": "MCCMWABC123456"
}'{
"custom1": [],
"custom2": [],
"custom3": [],
"responseMessage": "Transaction approved",
"transactionReferenceID": "12345",
"responseCode": "0",
"authCode": "731357634",
"authResponseCode": "08",
"transactionID": "1336-1b7762bc-b610-11e6-b9c3-005056b209e0",
"receiptNo": "731357634",
"customHash": "65b172551b7d3a0706c0ce5330c98470",
"authSettledDate": "2016-11-30",
"authMessage": "Honour with identification"
}