curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "getSurcharge",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"accessToken": "8617a30b56",
"paymentCardNumber": "5123456789012346",
"cardID": "HAVC76258115"
}'{
"responseCode": "0",
"responseMessage": "Operation successful",
"transactionAmount": "100.00",
"surchargeAmount": "3.33",
"totalAmount": "103.33"
}