Possible enumeration values:
Name | Value | Description |
---|---|---|
SubmittedForProcessing |
0 |
The api has accepted the order and placed it in the queue for processing |
TransientProcessingFailure |
1 |
An internal error happened within Cova, and Cova was unable to recover from it. Please resubmit the order or payment. |
NonTransientProcessingFailure |
2 |
The order could not be processed, usually due to invalid input, or another validation issue. Refer to the message property to get error details. |
SubmittedForFinalProcessing |
3 |
Validation and pre processing are complete, and the order is being written to the order system. |
ReadyForPayment |
4 |
The order is in a confirmed status, and ready to accept payment |
Cancelled |
7 |
The order is cancelled, and cannot be interacted with further. |
Completed |
8 |
The order is complete, and cannot be interacted with further. |