Card Authentication Response

March 21, 2025 ยท View on GitHub

Results of Authentication such as 3D Secure.

Structure

CardAuthenticationResponse

Fields

NameTypeTagsDescriptionGetterSetter
ThreeDSecureThreeDSecureCardAuthenticationResponseOptionalResults of 3D Secure Authentication.ThreeDSecureCardAuthenticationResponse getThreeDSecure()setThreeDSecure(ThreeDSecureCardAuthenticationResponse threeDSecure)

Example (as JSON)

{
  "three_d_secure": {
    "authentication_status": "C",
    "enrollment_status": "Y",
    "authentication_id": "authentication_id6"
  }
}