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
217 B
Markdown
21 lines
217 B
Markdown
|
|
# Capture Status
|
|
|
|
The status of the captured payment.
|
|
|
|
## Enumeration
|
|
|
|
`CaptureStatus`
|
|
|
|
## Fields
|
|
|
|
| Name |
|
|
| --- |
|
|
| `COMPLETED` |
|
|
| `DECLINED` |
|
|
| `PARTIALLY_REFUNDED` |
|
|
| `PENDING` |
|
|
| `REFUNDED` |
|
|
| `FAILED` |
|
|
|