Authentication Response

May 27, 2025 ยท View on GitHub

Results of Authentication such as 3D Secure.

Structure

AuthenticationResponse

Fields

NameTypeTagsDescriptionGetterSetter
LiabilityShiftLiabilityShiftIndicatorOptionalLiability shift indicator. The outcome of the issuer's authentication.

Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[0-9A-Z_]+$
LiabilityShiftIndicator getLiabilityShift()setLiabilityShift(LiabilityShiftIndicator liabilityShift)
ThreeDSecureThreeDSecureAuthenticationResponseOptionalResults of 3D Secure Authentication.ThreeDSecureAuthenticationResponse getThreeDSecure()setThreeDSecure(ThreeDSecureAuthenticationResponse threeDSecure)

Example (as JSON)

{
  "liability_shift": "POSSIBLE",
  "three_d_secure": {
    "authentication_status": "C",
    "enrollment_status": "Y"
  }
}