PayNow

SteamSkinsDetailsDto

Steam Skins payment method details

itemsSteamSkinsInventoryItemDetailsDto[]Required
The list of Steam inventory items used for payment
app_idintegerRequired
The Steam app ID
idstringRequired
The unique identifier of the Steam item
namestringRequired
The name of the item
priceintegerRequired
The price of the item in the smallest currency unit
Example
{
  "items": [
    {
      "app_id": 730,
      "id": "string",
      "name": "AK-47 | Redline",
      "price": 2500
    }
  ]
}