ThreeDomainSecurityInput
No description
input ThreeDomainSecurityInput {
  version: String
  DSTransactionID: String
  XID: String
  ECI: String
  CAVV: String
  payerResponse: String
  payerResponseStatus: PayerResponseStatusType
  cardEnrolledStatus: ThreeDSCardEnrolledStatusType
  merchantName: String
  signatureStatus: ThreeDSSignatureStatusType
}
Fields
ThreeDomainSecurityInput.version ● String scalar
Three Domain Security Version
ThreeDomainSecurityInput.DSTransactionID ● String scalar
Universally unique transaction identifier assigned by the Directory Server (DS) to identify a single transaction.
ThreeDomainSecurityInput.XID ● String scalar
Transaction identifier resulting from authentication processing. Uniquely identifies a 3D Secure check request.
ThreeDomainSecurityInput.ECI ● String scalar
Electronic Commerce Indicator
ThreeDomainSecurityInput.CAVV ● String scalar
Cardholder Authentication Verification Value
ThreeDomainSecurityInput.payerResponse ● String scalar
Payer Authentication Response. It is the response to the Payer Authentication Request. The Payer Authentication Response has an XML structure with the information from the response of the authentication, and it contains a digital certificate as a sign of authenticity.
ThreeDomainSecurityInput.payerResponseStatus ● PayerResponseStatusType enum
Payer Authentication Response status
ThreeDomainSecurityInput.cardEnrolledStatus ● ThreeDSCardEnrolledStatusType enum
Result of enrollment status of the service request
ThreeDomainSecurityInput.merchantName ● String scalar
Merchant Name
ThreeDomainSecurityInput.signatureStatus ● ThreeDSSignatureStatusType enum
Signature value
Member Of
PaymentCardInput  input