CardOptions

@JsonClass(generateAdapter = true)
data class CardOptions(@Json(name = "requestThreeDSecure") val request3dSecure: Request3dSecureType?) : Serializable

Configurations that will be applied to each setup attempt.

Constructors

Link copied to clipboard
constructor(@Json(name = "requestThreeDSecure") request3dSecure: Request3dSecureType?)

Properties

Link copied to clipboard

We strongly recommend that you rely on our SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Permitted values include: automatic or any. If not provided, defaults to automatic.