public class GPayThreeDSecure extends Object
| Constructor and Description |
|---|
GPayThreeDSecure() |
| 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.
|
RedirectionData |
getRedirectionData()
Object containing browser specific redirection related data
|
Boolean |
getSkipAuthentication()
* true = 3D Secure authentication 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 |
setRedirectionData(RedirectionData value)
Object containing browser specific redirection related data
|
void |
setSkipAuthentication(Boolean value)
* true = 3D Secure authentication will be skipped for this transaction.
|
GPayThreeDSecure |
withChallengeCanvasSize(String value)
Dimensions of the challenge window that potentially will be displayed to the customer.
|
GPayThreeDSecure |
withChallengeIndicator(String value)
Allows you to indicate if you want the customer to be challenged for extra security on this transaction.
|
GPayThreeDSecure |
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.
|
GPayThreeDSecure |
withRedirectionData(RedirectionData value)
Object containing browser specific redirection related data
|
GPayThreeDSecure |
withSkipAuthentication(Boolean value)
* true = 3D Secure authentication will be skipped for this transaction.
|
public String getChallengeCanvasSize()
public void setChallengeCanvasSize(String value)
public GPayThreeDSecure withChallengeCanvasSize(String value)
public String getChallengeIndicator()
public void setChallengeIndicator(String value)
public GPayThreeDSecure withChallengeIndicator(String value)
public String getExemptionRequest()
public void setExemptionRequest(String value)
public GPayThreeDSecure withExemptionRequest(String value)
public RedirectionData getRedirectionData()
public void setRedirectionData(RedirectionData value)
public GPayThreeDSecure withRedirectionData(RedirectionData value)
public Boolean getSkipAuthentication()
public void setSkipAuthentication(Boolean value)
public GPayThreeDSecure withSkipAuthentication(Boolean value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.