Check whether a Steam login can be topped up
Runs the same validation as POST /v1/steam-topup without moving money. valid: true means the login is supported for top-up.
Parameters
| Name | Location | Type | Description |
|---|---|---|---|
apirequired | query | string | Your WAXPEER API |
steam_loginrequired | query | string | Steam account login to validate |
Responses
200 Validation result
{
"success": true,
"valid": true,
"msg": "Steam account is not available for top-up"
}