public class ThreeDSecureBase extends Object
| Constructor and Description |
|---|
ThreeDSecureBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChallengeCanvasSize()
Dimensions of the challenge window that potentially will be displayed to the customer.
|
String |
getChallengeIndicator()
Allows you to indicate if you want the customer to be challenged for extra security on this transaction.
|
String |
getExemptionRequest()
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.
|
Integer |
getMerchantFraudRate()
Merchant fraud rate in the EEA (all EEA card fraud divided by all EEA card volumes) calculated as per PSD2 RTS.
|
ThreeDSecureData |
getPriorThreeDSecureData()
Object containing data regarding the customer authentication that occurred prior to the current transaction
|
Boolean |
getSecureCorporatePayment()
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.
|
Boolean |
getSkipAuthentication()
* true = 3D Secure authentication will be skipped for this transaction.
|
Boolean |
getSkipSoftDecline()
* true = Soft Decline retry mechanism will be skipped for this transaction.
|
void |
setChallengeCanvasSize(String value)
Dimensions of the challenge window that potentially will be displayed to the customer.
|
void |
setChallengeIndicator(String value)
Allows you to indicate if you want the customer to be challenged for extra security on this transaction.
|
void |
setExemptionRequest(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.
|
void |
setMerchantFraudRate(Integer value)
Merchant fraud rate in the EEA (all EEA card fraud divided by all EEA card volumes) calculated as per PSD2 RTS.
|
void |
setPriorThreeDSecureData(ThreeDSecureData value)
Object containing data regarding the customer authentication that occurred prior to the current transaction
|
void |
setSecureCorporatePayment(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.
|
void |
setSkipAuthentication(Boolean value)
* true = 3D Secure authentication will be skipped for this transaction.
|
void |
setSkipSoftDecline(Boolean value)
* true = Soft Decline retry mechanism will be skipped for this transaction.
|
ThreeDSecureBase |
withChallengeCanvasSize(String value)
Dimensions of the challenge window that potentially will be displayed to the customer.
|
ThreeDSecureBase |
withChallengeIndicator(String value)
Allows you to indicate if you want the customer to be challenged for extra security on this transaction.
|
ThreeDSecureBase |
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.
|
ThreeDSecureBase |
withMerchantFraudRate(Integer value)
Merchant fraud rate in the EEA (all EEA card fraud divided by all EEA card volumes) calculated as per PSD2 RTS.
|
ThreeDSecureBase |
withPriorThreeDSecureData(ThreeDSecureData value)
Object containing data regarding the customer authentication that occurred prior to the current transaction
|
ThreeDSecureBase |
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.
|
ThreeDSecureBase |
withSkipAuthentication(Boolean value)
* true = 3D Secure authentication will be skipped for this transaction.
|
ThreeDSecureBase |
withSkipSoftDecline(Boolean value)
* true = Soft Decline retry mechanism will be skipped for this transaction.
|
public String getChallengeCanvasSize()
public void setChallengeCanvasSize(String value)
public ThreeDSecureBase withChallengeCanvasSize(String value)
public String getChallengeIndicator()
public void setChallengeIndicator(String value)
public ThreeDSecureBase withChallengeIndicator(String value)
public String getExemptionRequest()
public void setExemptionRequest(String value)
public ThreeDSecureBase withExemptionRequest(String value)
public Integer getMerchantFraudRate()
public void setMerchantFraudRate(Integer value)
public ThreeDSecureBase withMerchantFraudRate(Integer value)
public ThreeDSecureData getPriorThreeDSecureData()
public void setPriorThreeDSecureData(ThreeDSecureData value)
public ThreeDSecureBase withPriorThreeDSecureData(ThreeDSecureData value)
public Boolean getSecureCorporatePayment()
public void setSecureCorporatePayment(Boolean value)
public ThreeDSecureBase withSecureCorporatePayment(Boolean value)
public Boolean getSkipAuthentication()
public void setSkipAuthentication(Boolean value)
public ThreeDSecureBase withSkipAuthentication(Boolean value)
public Boolean getSkipSoftDecline()
public void setSkipSoftDecline(Boolean value)
public ThreeDSecureBase withSkipSoftDecline(Boolean value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.