1
0
Files
PayPal-PHP-Server-SDK/doc/models/card-authentication-response.md
Patrick Powers 504c367386 Release 0.7.0
Beta Release 0.7.0 including:

- Bug fixes
- Updated model/function names
- Updated models to reflect changes in APIs
2025-03-20 13:18:55 -05:00

723 B

Card Authentication Response

Results of Authentication such as 3D Secure.

Structure

CardAuthenticationResponse

Fields

Name Type Tags Description Getter Setter
threeDSecure ?ThreeDSecureCardAuthenticationResponse Optional Results of 3D Secure Authentication. getThreeDSecure(): ?ThreeDSecureCardAuthenticationResponse setThreeDSecure(?ThreeDSecureCardAuthenticationResponse threeDSecure): void

Example (as JSON)

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