Skip to content

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.

Types

withdraw

  • Self explanatory, trade is a withdraw.

deposit

  • Self explanatory, trade is a deposit.

States

active

  • Trade has been listed on the market and is waiting for a buyer.
  • This state is only for deposits.

pending

  • Trade has been purchased and is waiting further action.
  • This state can appear for both deposits and withdraws.

cancelled

  • Trade has been cancelled for a reason (Specified in the status)
  • This state can appear for both deposits and withdraws.

completed

  • Trade has been completed and balance has been transferred.
  • This state can appear for both deposits and withdraws.

Statuses

active

  • 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.

partner_not_confirmed

  • 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.

not_confirmed

  • 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.

steam_api_key_revoked

  • Seller revoked their Steam API key.
  • This status only appears with the cancelled state.
  • This status can appear for both deposits and withdraws.

partner_never_accepted

  • 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.

never_accepted

  • 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.

partner_never_sent

  • 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.

never_sent

  • 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.

waiting_seller_confirmation

  • 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.

sell_confirmation

  • 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.

waiting_partner_send

  • 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.

send_item

  • 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.

waiting_partner_accept

  • 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.

accept_item

  • 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_complete

  • 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.