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>
21 lines
228 B
Markdown
21 lines
228 B
Markdown
|
|
# Authorization Status
|
|
|
|
The status for the authorized payment.
|
|
|
|
## Enumeration
|
|
|
|
`AuthorizationStatus`
|
|
|
|
## Fields
|
|
|
|
| Name |
|
|
| --- |
|
|
| `CREATED` |
|
|
| `CAPTURED` |
|
|
| `DENIED` |
|
|
| `PARTIALLY_CAPTURED` |
|
|
| `VOIDED` |
|
|
| `PENDING` |
|
|
|