AdditionalData

Object containing additional data about the 3DS request that is beyond the EMV 3DS standard spec (e.g., specific fields that only certain card networks send but are not required across all 3DS requests).

Types

Link copied to clipboard
class Builder

A builder for AdditionalData.

Link copied to clipboard
object Companion
Link copied to clipboard
class NetworkDecision : Enum

Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not.

Functions

Link copied to clipboard
Link copied to clipboard

Returns the raw JSON value of networkRiskScore.

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard

Mastercard only: Indicates whether the network would have considered the authentication request to be low risk or not.

Link copied to clipboard

Mastercard only: Assessment by the network of the authentication risk level, with a higher value indicating a higher amount of risk. Permitted values: Integer between 0-950, in increments of 50.

Link copied to clipboard
open override fun toString(): String