Uses of Class
com.onlinepayments.domain.ThreeDSecure
Packages that use ThreeDSecure
-
Uses of ThreeDSecure in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return ThreeDSecureModifier and TypeMethodDescriptionCardPaymentMethodSpecificInput.getThreeDSecure()Object containing specific data regarding 3-D SecureThreeDSecure.withAuthenticationAmount(Long value) The amount to be authenticated.ThreeDSecure.withChallengeCanvasSize(String value) Dimensions of the challenge window that potentially will be displayed to the customer.ThreeDSecure.withChallengeIndicator(String value) Allows you to indicate if you want the customer to be challenged for extra security on this transaction.ThreeDSecure.withDeviceChannel(String value) Determines whether the call is coming from an application or from a browser * AppBased - Call is coming from an application.ThreeDSecure.withExemptionRequest(String value) In PSD2, the ExemptionRequest field is used by merchants requesting an exemption when not using authentication on a transaction, in order to keep the conversion up.ThreeDSecure.withExternalCardholderAuthenticationData(ExternalCardholderAuthenticationData value) Object containing 3D secure details.ThreeDSecure.withMerchantFraudRate(Integer value) Merchant fraud rate in the EEA (all EEA card fraud divided by all EEA card volumes) calculated as per PSD2 RTS.ThreeDSecure.withPriorThreeDSecureData(ThreeDSecureData value) Object containing data regarding the customer authentication that occurred prior to the current transactionThreeDSecure.withRedirectionData(RedirectionData value) Object containing browser specific redirection related dataThreeDSecure.withSecureCorporatePayment(Boolean value) Indicates dedicated payment processes and procedures were used, potential secure corporate payment exemption applies Logically this field should only be set to yes if the acquirer exemption field is blank.ThreeDSecure.withSkipAuthentication(Boolean value) true = 3D Secure authentication will be skipped for this transaction.ThreeDSecure.withSkipSoftDecline(Boolean value) true = Soft Decline retry mechanism will be skipped for this transaction.Methods in com.onlinepayments.domain with parameters of type ThreeDSecureModifier and TypeMethodDescriptionvoidCardPaymentMethodSpecificInput.setThreeDSecure(ThreeDSecure value) Object containing specific data regarding 3-D SecureCardPaymentMethodSpecificInput.withThreeDSecure(ThreeDSecure value) Object containing specific data regarding 3-D Secure