PosPaymentStatus
Enum
The status of a POS card reader payment.
Enum Values
| Value | Description |
|---|---|
CANCELED | Payment was canceled. |
FAILED | Payment failed. |
PROCESSING | Payment is being processed. |
REQUIRES_ACTION | Additional action required to complete the payment. |
REQUIRES_CAPTURE | Payment authorized; waiting to be captured. |
REQUIRES_CONFIRMATION | Payment method collected; waiting for confirmation. |
REQUIRES_PAYMENT_METHOD | Waiting for a payment method to be provided. |
REQUIRES_REAUTHORIZATION | Payment requires reauthorization before capture. |
REQUIRES_TERMINAL_ACTION | Waiting for the customer to interact with the terminal (tap, insert, or swipe). |
SUCCEEDED | Payment was successfully captured. |
TERMINAL_PROCESSING | The terminal is processing the payment. |
TERMINAL_TIMEOUT | The terminal timed out waiting for customer interaction. |