PayNow

StorefrontCustomerSteamProfileDto

A storefront representation of a customers Steam profile.

avatar_urlstringRequired
The URL to the user's Steam avatar image.
idSteamIdRequired
A 64-bit Steam account identifier. Accepts string or numeric format.
namestringRequired
The display name of the user on Steam.
Example
{
  "avatar_url": "string",
  "id": "76561197960287930",
  "name": "string"
}