forked from LiveCarta/PayPal-PHP-Server-SDK
Release 0.7.0
Beta Release 0.7.0 including: - Bug fixes - Updated model/function names - Updated models to reflect changes in APIs
This commit is contained in:
@@ -9,12 +9,12 @@ The status for the authorized payment.
|
||||
|
||||
## Fields
|
||||
|
||||
| Name |
|
||||
| --- |
|
||||
| `CREATED` |
|
||||
| `CAPTURED` |
|
||||
| `DENIED` |
|
||||
| `PARTIALLY_CAPTURED` |
|
||||
| `VOIDED` |
|
||||
| `PENDING` |
|
||||
| Name | Description |
|
||||
| --- | --- |
|
||||
| `CREATED` | The authorized payment is created. No captured payments have been made for this authorized payment. |
|
||||
| `CAPTURED` | The authorized payment has one or more captures against it. The sum of these captured payments is greater than the amount of the original authorized payment. |
|
||||
| `DENIED` | PayPal cannot authorize funds for this authorized payment. |
|
||||
| `PARTIALLY_CAPTURED` | A captured payment was made for the authorized payment for an amount that is less than the amount of the original authorized payment. |
|
||||
| `VOIDED` | The authorized payment was voided. No more captured payments can be made against this authorized payment. |
|
||||
| `PENDING` | The created authorization is in pending state. For more information, see status.details. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user