Subscription Manager
    Preparing search index...

    Enumeration OrderStatus

    This field contains the status of an order by its numerical value.

    Index

    Enumeration Members

    CANCELLED: 4
    CONNECTION_ERROR_DURING_PLACEMENT: 13

    Unable to reach the merchant's order placement service and will be retried on the next placement. No retry limit.

    CREDIT_CARD_RETRY: 18

    The order failed with a 140 error code and is going through the credit card retry process.

    EXCEPTION_DURING_PLACEMENT_PREPARATION: 12
    EXPIRED: 16
    GENERIC_ERROR_RESPONSE: 15

    A generic error was sent or defaulted by our system. Merchant sets number of times to retry.

    MERGED: 17

    This order was merged with another order. To find the order, check the Order's extra data for the field 'merged_order_id'.

    ONE_TIME: 7
    PENDING_BATCH_RESPONSE: 9
    PENDING_PLACEMENT: 11
    PENDING_VERIFICATION: 10
    REJECTED: 3

    Orders are set to 'REJECTED' after the retry limit has been reached.

    RESPONSE_PROCESSING_ERROR: 14

    The batch or http response from the merchant was not understood by our system. This order is not retried.

    SEND_NOW: 6

    Order is currently processing and will be sent as soon as possible.

    SENT: 2
    SUCCESS: 5
    UNKNOWN_PLACEMENT_RESPONSE: 8
    UNSENT: 1

    Order will be placing some time in the future.