-
Notifications
You must be signed in to change notification settings - Fork 0
Listing Status Information
Sampli edited this page Jun 28, 2021
·
1 revision
Each active listing has three main attributes that help identify what stage of the trade it is in. These attributes are type
, state
, and status
.
state
is a generalization of the trade, and status
will help specify it further.
- Self explanatory, trade is a withdraw.
- Self explanatory, trade is a deposit.
- Trade has been listed on the market and is waiting for a buyer.
- This state is only for deposits.
- Trade has been purchased and is waiting further action.
- This state can appear for both deposits and withdraws.
- Trade has been cancelled for a reason (Specified in the status)
- This state can appear for both deposits and withdraws.
- Trade has been completed and balance has been transferred.
- This state can appear for both deposits and withdraws.
- Trade has been listed on the market and is waiting for a buyer.
- This status only appears with the
active
state. - This status is only for deposits.
- Trade partner (seller) has failed to confirm they are ready to send the item.
- This status only appears with the
cancelled
state. - This status will only appear with withdraws.
- Client has failed to confirm they are ready to send the item.
- This status only appears with the
cancelled
state. - This status will only appear with deposits.
- Seller revoked their Steam API key.
- This status only appears with the
cancelled
state. - This status can appear for both deposits and withdraws.
- Time allotted to finish trade has expired.
- Client sent the trade, but the partner (buyer) never accepted.
- This status only appears with the
cancelled
state. - This status will only appear with deposits.
- Time allotted to finish trade has expired.
- Client never accepted the trade.
- This status only appears with the
cancelled
state. - This status will only appear with withdraws.
- Time allotted to finish trade has expired.
- The partner (buyer) never sent the trade.
- This status only appears with the
cancelled
state. - This status will only appear with withdraws.
- Time allotted to finish trade has expired.
- Client never sent the trade.
- This status only appears with the
cancelled
state. - This status will only appear with deposits.
- Item has been purchased and is waiting for seller to confirm they are ready to sell.
- This status only appears with the
pending
state. - This status will only appear with withdraws.
- Client's item has been purchased and is waiting for client to confirm they are ready to sell.
- This status only appears with the
pending
state. - This status will only appear with deposits.
- Trade has been confirmed and client is waiting for the trade partner (seller) to send the trade.
- This status only appears with the
pending
state. - This status will only appear with withdraws.
- Client has confirmed the trade and needs to send the trade.
- This status only appears with the
pending
state. - This status will only appear with deposits.
- Client has sent the trade and waiting for partner (buyer) to accept the trade.
- This status only appears with the
pending
state. - This status will only appear with deposits.
- Trade has been sent and client needs to accept the trade.
- This status only appears with the
pending
state. - This status will only appear with withdraws.
- Trade has been accepted and balance has been transferred.
- This status only appears with the
completed
state. - This status will appear with deposits and withdraws.