Skip to content

Mobile Confirmation Methods

Oleksandr Alcantara edited this page Jun 22, 2023 · 4 revisions

v4.2.0 or later is required to use this Mobile Confirmation Methods.

In order to use these methods you need authorization cookies. To get cookies use Protobuf Steam Auth package.

You should use them with withCookies($cookie) Chain method.

Methods

Confirmation List

Arguments: options

List of options:

Name Default value Type Required Description
device_id null string Yes Android device UUID
steam_id null string/int Yes SteamID64
identity_secret null string Yes Secret that's used for trade confirmation

Example of Confirmation List

Confirmation Details

Arguments: confirmationId, options

List of options:

Name Default value Type Required Description
device_id null string Yes Android device UUID
steam_id null string/int Yes SteamID64
identity_secret null string Yes Secret that's used for trade confirmation

Example of Confirmation Details

Confirmation Allow/Cancel

Arguments: options

List of options:

Name Default value Type Required Description
device_id null string Yes Android device UUID
steam_id null string/int Yes SteamID64
identity_secret null string Yes Secret that's used for trade confirmation
conf_id null string Yes Confirmation ID
conf_key null string Yes Confirmation Key
type allow string No Confirmation type (allow/cancel)

Example of Confirmation Allow/Cancel

Confirmation Multi Allow/Cancel

Arguments: options

List of options:

Name Default value Type Required Description
device_id null string Yes Android device UUID
steam_id null string/int Yes SteamID64
identity_secret null string Yes Secret that's used for trade confirmation
confirmations null array Yes List of confirmations
type allow string No Confirmation type (allow/cancel)

Array confirmations key must contains array(-s) with following keys:

  • id of confirmation
  • key of confirmation

Example of Confirmation Allow/Cancel