Order Status Enumeration
Modified on: 2025-10-31 16:07
| Phase | Error Code |
|---|---|
| NEW | The order has been created but has not yet been processed or confirmed. This is the initial state after order creation. |
| HOLD | Resources (e.g., seats or inventory) are temporarily reserved but not confirmed. Commonly used in two-step booking processes where payment has not been completed. |
| CONFIRMED | The order is fully processed and active. Tickets have been issued. |
| CONFIRM_FAILED | The order confirmation process has failed. This may occur due to payment issues or other validation errors. |
| PARTIALLY_CONFIRMED | Some items in the order have been ticketed successfully, while others have failed. This requires further action to either retry the failed items or cancel them. |
| CANCELLED | The order has been cancelled by the seller or the system. |
| REFUNDED | The order has been refunded |
Did you find it helpful? Yes No
Send feedbackSorry we couldn't be helpful. Help us improve this article with your feedback.