{"title":"Upgrade to Checkout API v69","category":"default","creationDate":1677579000,"content":"<h2 id=\"removed-fraudcheckresult\">Removed FraudCheckResult<\/h2>\n<p>To be able to use Checkout API v69, make sure your integration contains the changes described below.<\/p>\n\n<div id=\"tab9aO5i\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Checkout API v68 or earlier&quot;,&quot;content&quot;:&quot;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    \\&quot;fraudResult\\&quot;: {\\n        \\&quot;accountScore\\&quot;: 75,\\n        \\&quot;results\\&quot;: [\\n            {\\n                \\&quot;FraudCheckResult\\&quot;: {\\n                    \\&quot;accountScore\\&quot;: 0,\\n                    \\&quot;checkId\\&quot;: 1,\\n                    \\&quot;name\\&quot;: \\&quot;PaymentDetailRefCheck\\&quot;\\n                }\\n            },\\n            ...\\n        ]\\n    },\\n    ...\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&quot;,&quot;altTitle&quot;:&quot;fraud-check-result&quot;,&quot;oldTabId&quot;:&quot;fraud-check-result_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Checkout API v69&quot;,&quot;content&quot;:&quot;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    \\&quot;fraudResult\\&quot;: {\\n        \\&quot;accountScore\\&quot;: 75,\\n        \\&quot;results\\&quot;: [\\n            {\\n                \\&quot;accountScore\\&quot;: 0,\\n                \\&quot;checkId\\&quot;: 1,\\n                \\&quot;name\\&quot;: \\&quot;PaymentDetailRefCheck\\&quot;\\n            },\\n            ...\\n        ]\\n    },\\n    ...\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&quot;,&quot;altTitle&quot;:&quot;fraud-check-result&quot;,&quot;oldTabId&quot;:&quot;fraud-check-result_2&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n\n<h2 id=\"3d-secure-authentication-fields\">3D Secure authentication fields<\/h2>\n<p>For the  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Checkout\/69\/post\/payments\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/payments<\/a>,  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Checkout\/69\/post\/payments\/details\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/payments\/details<\/a> and  <a href=\"https:\/\/docs.adyen.com\/api-explorer\/Checkout\/69\/post\/sessions\" class=\"codeLabel  external-link no-image\" target=\"_blank\" rel=\"nofollow noopener noreferrer\">\/sessions<\/a> endpoints, the new <code>authenticationData<\/code> object contains the 3D Secure authentication fields. The old 3D Secure authentication fields have been deprecated. Instead, use the 3D Secure authentication fields in the <code>authenticationData<\/code> object.<\/p>\n<table>\n<thead>\n<tr>\n<th>Field in v68 or earlier<\/th>\n<th>Corresponding field in v69<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td><code>additionalData.executeThreeD<\/code><\/td>\n<td><code>authenticationData.attemptAuthentication<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>threeDSAuthenticationOnly<\/code><\/td>\n<td><code>authenticationData.authenticationOnly<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>additionalData.allow3DS2<\/code><\/td>\n<td><code>authenticationData.threeDSRequestData.nativeThreeDS<\/code><\/td>\n<\/tr>\n<tr>\n<td><code>additionalData.threeDSVersion<\/code><\/td>\n<td><code>authenticationData.threeDSRequestData.threeDSVersion<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n\n<div id=\"tabk05YX\">\n    <div data-component-wrapper=\"tabs\">\n        <tabs\n                        :items=\"[{&quot;title&quot;:&quot;Checkout API v68 or earlier&quot;,&quot;content&quot;:&quot;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    ...\\n    \\&quot;threeDSAuthenticationOnly\\&quot;: false,\\n    \\&quot;additionalData\\&quot;: {\\n        \\&quot;executeThreeD\\&quot;:true,\\n        \\&quot;allow3DS2\\&quot;: true,\\n        \\&quot;threeDSVersion\\&quot;: \\&quot;2.2.0\\&quot;\\n\\n    }\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&quot;,&quot;altTitle&quot;:&quot;3ds2-fields&quot;,&quot;oldTabId&quot;:&quot;3ds2-fields_1&quot;,&quot;relation&quot;:&quot;&quot;},{&quot;title&quot;:&quot;Checkout API v69&quot;,&quot;content&quot;:&quot;\\n&lt;pre&gt;&lt;code class=\\&quot;language-json\\&quot;&gt;{\\n    ...\\n    \\&quot;authenticationData\\&quot;: {\\n        \\&quot;attemptAuthentication\\&quot;: \\&quot;always\\&quot;,\\n        \\&quot;authenticationOnly\\&quot;: false,\\n        \\&quot;threeDSRequestData\\&quot;: {\\n            \\&quot;nativeThreeDS\\&quot;: \\&quot;preferred\\&quot;,\\n            \\&quot;threeDSVersion\\&quot;: \\&quot;2.2.0\\&quot;\\n        }\\n    }\\n}&lt;\\\/code&gt;&lt;\\\/pre&gt;\\n&quot;,&quot;altTitle&quot;:&quot;3ds2-fields&quot;,&quot;oldTabId&quot;:&quot;3ds2-fields_2&quot;,&quot;relation&quot;:&quot;&quot;}]\"\n            :should-update-when-url-changes='true'>\n        <\/tabs>\n    <\/div>\n<\/div>\n","url":"https:\/\/docs.adyen.com\/pt\/online-payments\/upgrade-your-integration\/upgrade-to-checkout-api-v69","articleFields":{"description":"Find out more about the major changes in this release.","robots":"noindex,nofollow","feedback_component":true,"last_edit_on":"28-02-2023 11:10"},"algolia":{"url":"https:\/\/docs.adyen.com\/pt\/online-payments\/upgrade-your-integration\/upgrade-to-checkout-api-v69","title":"Upgrade to Checkout API v69","content":"Removed FraudCheckResult\nTo be able to use Checkout API v69, make sure your integration contains the changes described below.\n\n\n    \n        \n        \n    \n\n\n3D Secure authentication fields\nFor the  \/payments,  \/payments\/details and  \/sessions endpoints, the new authenticationData object contains the 3D Secure authentication fields. The old 3D Secure authentication fields have been deprecated. Instead, use the 3D Secure authentication fields in the authenticationData object.\n\n\n\nField in v68 or earlier\nCorresponding field in v69\n\n\n\n\nadditionalData.executeThreeD\nauthenticationData.attemptAuthentication\n\n\nthreeDSAuthenticationOnly\nauthenticationData.authenticationOnly\n\n\nadditionalData.allow3DS2\nauthenticationData.threeDSRequestData.nativeThreeDS\n\n\nadditionalData.threeDSVersion\nauthenticationData.threeDSRequestData.threeDSVersion\n\n\n\n\n\n    \n        \n        \n    \n\n","type":"page","locale":"pt","boost":17,"hierarchy":{"lvl0":"Home","lvl1":"Online payments","lvl2":"Upgrade your integration","lvl3":"Upgrade to Checkout API v69"},"hierarchy_url":{"lvl0":"https:\/\/docs.adyen.com\/pt","lvl1":"https:\/\/docs.adyen.com\/pt\/online-payments","lvl2":"https:\/\/docs.adyen.com\/pt\/online-payments\/upgrade-your-integration","lvl3":"\/pt\/online-payments\/upgrade-your-integration\/upgrade-to-checkout-api-v69"},"levels":4,"category":"Online Payments","category_color":"green","tags":["Upgrade","Checkout"]}}
