forked from LiveCarta/PayPal-PHP-Server-SDK
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
17 lines
346 B
Markdown
17 lines
346 B
Markdown
|
|
# Authorization Incomplete Reason
|
|
|
|
The reason why the authorized status is `PENDING`.
|
|
|
|
## Enumeration
|
|
|
|
`AuthorizationIncompleteReason`
|
|
|
|
## Fields
|
|
|
|
| Name | Description |
|
|
| --- | --- |
|
|
| `PENDING_REVIEW` | Authorization is pending manual review. |
|
|
| `DECLINED_BY_RISK_FRAUD_FILTERS` | Risk Filter set by the payee failed for the transaction. |
|
|
|