threeDSServerTransID and threeDSCompInd you should proceed to Step 4 with these values.threeDSServerTransID and threeDSCompInd you should proceed to Step 3, as this means the issuer would like to fingerprint your customer.curl --location 'https://base.merchantwarrior.com/post' \
--header 'MW-API-VERSION: 2.0' \
--header 'Content-Type: application/json' \
--data '{
"method": "checkEnrollment",
"accessToken": "XXXXX",
"transactionCurrency": "AUD",
"transactionAmount": "10.00",
"transactionProduct": "ABC4321",
"paymentCardNumber": "5123456789012346",
"paymentCardExpiry": "0513",
"paymentCardName": "Mr. Example Person",
"notifyURL": "https://www.example.com/notify.php"
}'{
"responseCode": 0,
"responseMessage": "Operation successful",
"acsURL": "https://acs.sandbox.3dsecure.io/3dsmethod",
"paReq": "eyJ0aHJlZURTU2VydmVyVHJhbnNJRCI6ImY3OGYyM2ZlLTEzNzAtNDYyNC1iNDI5LThhYjhkODQ1NWJkYyIsInRocmVlRFNNZXRob2ROb3RpZmljYXRpb25VUkwiOiJodHRwczovL3dlaWx1bi1vdmVybG9yZC5tZXJjaGFudHdhcnJpb3IudGVzdC9ub3RpZnkucGhwIn0=",
"notifyURL": "https://yourdomain.com/notify",
"threeDSServerTransID": "",
"threeDSCompInd": "",
"fallback": "N"
}