Grants the user virtual currency from Backpack in the game.
project_id required | integer <uint32> The Publisher Account project ID associated with the item. |
merchant_id required | integer <uint32> The Publisher Account ID associated with the item. |
item_id required | string The unique identifier for the item. Specified when creating item via API call. |
user_game_id required | string The external identifier uniquely assigned to the game. Refer to endpoints under the Game tag for additional details. |
The user was successfully granted virtual currency in the game.
Bad request.
Not found.
Internal server error.
{- "item_id": "string",
- "user_game_id": "string",
- "project_id": 0,
- "merchant_id": 0
}
{- "message_id": "string",
- "message": "string"
}