curl --location 'https://securetest.merchantwarrior.com/processCard' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"method": "processCard",
"accessToken": "51acb2b7b7",
"transactionAmount": "10.00",
"transactionCurrency": "AUD",
"transactionProduct": "ABC4321",
"returnURL": "https://www.example.com/return.php",
"urlHash": "511999e54b9ad51ce4c28d7f0550ac81",
"hashSalt": "3x4mpl3s4lt!",
"customerName": "Mr. Example Person",
"customerCountry": "AU",
"customerState": "Queensland",
"customerCity": "Brisbane",
"customerAddress": "123 Test Street",
"customerPostCode": "4000",
"customerPhone": "0401234567",
"customerEmail": "person@example.com",
"logoURL": "https://www.example.com/logo.png",
"surcharge": true,
"hostedID": "1",
"allowedCards": "visa,mc",
"returnOnApproved": "1",
"displayReference": "Shoes R Us Purchase",
"hideReference": true,
"notifyURL": "https://www.example.com/notify.php",
"transactionReferenceID": "A257240023321"
}'