v1
latestOpenAPI 3.1.02026-07-26270268.6 KBAuthenticate Payer
post/v6/direct/authenticate/payer
Request body
Response
200
Example response
{
"orderId": "d56026ac-2784-4524-eef7-08dc33b7e268",
"threeDSecureId": "5e3cf62a-9ec7-4d26-ca24-08dc33b7e269",
"htmlBodyContent": "<div id=\"threedsChallengeRedirect\" xmlns=\"http://www.w3.org/1999/html\" style=\" height: 100vh\"> <form id =\"threedsChallengeRedirectForm\" method=\"POST\" action=\"https://mtf.gateway.mastercard.com/acs/mastercard/v2/prompt\" target=\"challengeFrame\"> <input type=\"hidden\" name=\"creq\" value=\"eyJ0aHJlZURTU2VydmVyVHJhbnNJRCI6IjlmMDZmZjc5LTVlYjUtNDdlMS05ZjZkLWU0MzQyYWUyYjFkYyJ9\" /> </form> <iframe id=\"challengeFrame\" name=\"challengeFrame\" width=\"100%\" height=\"100%\" ></iframe> <script id=\"authenticate-payer-script\"> var e=document.getElementById(\"threedsChallengeRedirectForm\"); if (e) { e.submit(); if (e.parentNode !== null) { e.parentNode.removeChild(e); } } </script> </div>",
"gatewayDecision": "ContinueToPay",
"responseMessage": "Success",
"detailedResponseMessage": "The operation was successful",
"language": "en",
"responseCode": "000",
"detailedResponseCode": "000"
}