Removed FraudCheckResult
To be able to use Checkout API v69, make sure your integration contains the changes described below.
3D Secure authentication fields
For 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.
Field in v68 or earlier | Corresponding field in v69 |
---|---|
additionalData.executeThreeD |
authenticationData.attemptAuthentication |
threeDSAuthenticationOnly |
authenticationData.authenticationOnly |
additionalData.allow3DS2 |
authenticationData.threeDSRequestData.nativeThreeDS |
additionalData.threeDSVersion |
authenticationData.threeDSRequestData.threeDSVersion |