threeDSEci, threeDSXid, threeDSCavv, threeDSStatus and threeDSV2Version that you will use to process the transaction.curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "processCard",
"accessToken": "XXXXX",
"transactionCurrency": "AUD",
"transactionAmount": "10.00",
"transactionProduct": "ABC4321",
"transactionReferenceID": "A257240023321",
"customerName": "Mr. Example Person",
"customerCountry": "AU",
"customerState": "Queensland",
"customerPostCode": "4000",
"customerCity": "Brisbane",
"customerAddress": "123 Test Street",
"custom1": "XXXXX",
"custom2": "XXXXX",
"custom3": "XXXXX",
"threeDSEci": "XXXXX",
"threeDSXid": "XXXXX",
"threeDSCavv": "XXXXX",
"threeDSStatus": "XXXXX",
"threeDSV2Version": "XXXXX"
}'{
"custom1": "iyqqgcm0e3",
"cardExpiryYear": "39",
"custom2": "1wzw49131m",
"custom3": "anghwydnmp",
"responseMessage": "Transaction approved",
"transactionReferenceID": "009vhidhne",
"cardType": "mc",
"responseCode": 0,
"authCode": "194827",
"transactionAmount": "1.00",
"authResponseCode": "00",
"transactionID": "533-a0a20def-58b2-11ec-abd4-005056b209e0",
"receiptNo": "000066781583",
"cardExpiryMonth": "01",
"feeAmount": "0.19",
"customHash": "d3d9f05927055f723a0af7010f6688c5",
"authSettledDate": "2021-12-10",
"paymentCardNumber": "512345XXXXXX2346",
"authMessage": "Approved"
}