forked from LiveCarta/PayPal-PHP-Server-SDK
* Automated commit message * Automated commit message * Automated commit message * Automated commit message --------- Co-authored-by: PayPalServerSDKs <server-sdks@paypal.com>
659 B
659 B
Card Authentication Response
Results of Authentication such as 3D Secure.
Structure
CardAuthenticationResponse
Fields
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
threeDSecure |
?ThreeDSecureAuthenticationResponse |
Optional | Results of 3D Secure Authentication. | getThreeDSecure(): ?ThreeDSecureAuthenticationResponse | setThreeDSecure(?ThreeDSecureAuthenticationResponse threeDSecure): void |
Example (as JSON)
{
"three_d_secure": {
"authentication_status": "C",
"enrollment_status": "Y"
}
}