Answer the question
In order to leave comments, you need to log in
How to confirm transactions on steam?
I found a library on github: https://github.com/bukson/steampy
And in it I'm interested in confirming transactions in steam (sda). I even found a function responsible for this, but I can not understand what's what. Here she is:
def _confirm_transaction(self, trade_offer_id: str) -> dict:
confirmation_executor = ConfirmationExecutor(self.steam_guard['identity_secret'], self.steam_guard['steamid'],
self._session)
return confirmation_executor.send_trade_allow_request(trade_offer_id)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question