Gift

Buying the game

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

For a successful top-up, you must specify in the body of the request

ParameterRequiredDescription
invite_urlyesLink for quickly adding a Steam user as a friend
package_idyesid of a specific game edition, obtained in Get Game By App ID for a specific game edition
regionyesThe recipient's region to which the game should be sent
referencenoyour ID , if necessary

If you follow the above rules, you will receive a response like this:

{
  "transaction_id":"uuid",
  "status": "pending",
  "error_code": 0
}
{
  "status": "success",
  "error_code": -1
}
{
  "status": "pending",
  "error_code": 0
}

"status" - transaction status. You can read more about statuses Statuses

“error_code” - error code; for a list of error codes, please refer to the page Error Codes


If you receive a message such as:

{
  "error_code": -1
}

Review the list of errors Error Codes

Body Params
string
required

Link for quickly adding a Steam user as a friend

string
required

The ID of a specific game edition obtained in Get Game By AppID for a specific game edition.

string
required

Game recipient region

string

your ID, if necessary

Headers
string
required

Apikey

Response
200
Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!