Sync with Waxpeer session to auto-fill API key

Check whether a Steam login can be topped up

GET/v1/steam-topup/validate

Runs the same validation as POST /v1/steam-topup without moving money. valid: true means the login is supported for top-up.

Parameters

NameLocationTypeDescription
api
required
querystring
steam_login
required
querystring

Steam account login to validate

Responses

200 Validation result

Response
{
  "success": true,
  "valid": true,
  "msg": "Steam account is not available for top-up"
}