paypal/paypal-server-sdk
Official PayPal Server SDK for PHP. Integrates with a limited set of PayPal REST APIs (Orders, Payments, Vault, Transaction Search, Subscriptions). Supports sandbox/live environments, configurable timeouts, and optional retries/backoff.
Results of Authentication such as 3D Secure.
AuthenticationResponse
| Name | Type | Tags | Description | Getter | Setter |
|---|---|---|---|---|---|
liabilityShift |
?string(LiabilityShiftIndicator) |
Optional | Liability shift indicator. The outcome of the issuer's authentication.Constraints: Minimum Length: 1, Maximum Length: 255, Pattern: ^[0-9A-Z_]+$ |
getLiabilityShift(): ?string | setLiabilityShift(?string liabilityShift): void |
threeDSecure |
?ThreeDSecureAuthenticationResponse |
Optional | Results of 3D Secure Authentication. | getThreeDSecure(): ?ThreeDSecureAuthenticationResponse | setThreeDSecure(?ThreeDSecureAuthenticationResponse threeDSecure): void |
{
"liability_shift": "POSSIBLE",
"three_d_secure": {
"authentication_status": "C",
"enrollment_status": "Y"
}
}
How can I help you explore Laravel packages today?