Request3dSecureType

enum Request3dSecureType : Enum<Request3dSecureType>

3D Secure flow type.

Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.

Entries

Link copied to clipboard
@Json(name = "any")
ANY()

Manually trigger 3D Secure.

Link copied to clipboard
@Json(name = "automatic")
AUTOMATIC()

Automatically handle 3D Secure.

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int