ThreeDS
The details of the 3DS challenge associated to the payment.
type ThreeDS {
requested: Boolean!
statusInfo: ThreeDsStatusInfo!
}
Fields
ThreeDS.requested
● Boolean!
non-null scalar
true
if a 3DS challenge has been requested from the card holder
ThreeDS.statusInfo
● ThreeDsStatusInfo!
non-null interface
The status of the 3DS challenge
Member Of
MerchantPayment
object