Three D Secure Authentication Response

May 27, 2025 ยท View on GitHub

Results of 3D Secure Authentication.

Structure

ThreeDSecureAuthenticationResponse

Fields

NameTypeTagsDescriptionGetterSetter
AuthenticationStatusPaResStatusOptionalTransactions status result identifier. The outcome of the issuer's authentication.

Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[0-9A-Z_]+$
PaResStatus getAuthenticationStatus()setAuthenticationStatus(PaResStatus authenticationStatus)
EnrollmentStatusEnrollmentStatusOptionalStatus of Authentication eligibility.

Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[0-9A-Z_]+$
EnrollmentStatus getEnrollmentStatus()setEnrollmentStatus(EnrollmentStatus enrollmentStatus)

Example (as JSON)

{
  "authentication_status": "C",
  "enrollment_status": "Y"
}