1
0

Automated commit message

This commit is contained in:
PayPalServerSDKs
2025-03-20 15:58:25 +00:00
parent bba7e8b3d0
commit 40adb43e15
707 changed files with 22368 additions and 9237 deletions

View File

@@ -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. |