Order Status Codes

The STATUS keyword, whether implemented as a filter or returned by the API, ties to a numeric code that enumerates the current condition of each order. You can find the definition of each code here:

codeenumdescription
1UNSENT
2SENT
3REJECTEDOrders are set to 'REJECTED' after the retry limit has been reached.
4CANCELLED
5SUCCESS
6SEND_NOWOrders set to this state will already have a future order created before the order placement process.
7ONE_TIME
8UNKNOWN_PLACEMENT_RESPONSE
9PENDING_BATCH_RESPONSE
10PENDING_VERIFICATION
11PENDING_PLACEMENT
12EXCEPTION_DURING_PLACEMENT_PREPARATION
13CONNECTION_ERROR_DURING_PLACEMENTUnable to reach the merchant's order placement service and will be retried on the next placement. No retry limit.
14RESPONSE_PROCESSING_ERRORThe batch or http response from the merchant was not understood by our system. This order is not retried.
15GENERIC_ERROR_RESPONSEA generic error was sent or defaulted by our system. Merchant sets number of times to retry.
16EXPIRED
17MERGEDThis order was merged with another order. To find the order, check the Order's extra data for the field 'merged_order_id'.
18CREDIT_CARD_RETRYThe order failed with a 140 error code and is going through the credit card retry process.