Home > @infiniteobjects/shopify-data-manager > AdminTypes > OrderPaymentStatusResult
The type of a payment status.
Signature:
export declare enum OrderPaymentStatusResult
Member | Value | Description |
---|---|---|
Authorized | "AUTHORIZED" |
The payment is authorized. |
Captured | "CAPTURED" |
The payment is captured. |
Error | "ERROR" |
There was an error initiating the payment. |
Processing | "PROCESSING" |
The payment is still being processed. |
Purchased | "PURCHASED" |
The payment is in purchased status. |
RedirectRequired | "REDIRECT_REQUIRED" |
Redirect required. |
Refunded | "REFUNDED" |
The payment is refunded. |
Retryable | "RETRYABLE" |
Payment can be retried. |
Success | "SUCCESS" |
The payment succeeded. |
Unknown | "UNKNOWN" |
Status is unknown. |
Voided | "VOIDED" |
The payment is voided. |