# Moves user's virtual currency to Xsolla Wallet

Grants the user virtual currency from Backpack in Xsolla Wallet.

Endpoint: POST /web/backpack/virtual_currency/receive
Version: 1.0.0
Security: bearer

## Request fields (application/json):

  - `item_id` (string, required)
    The unique identifier for the item. Specified when creating item via [API call](/api/backpack/tag/Items/).

## Response 400 fields (application/json):

  - `message_id` (string,null, required)
    A unique identifier that is used for tracking and associating log entries related to this specific request or operation. This ID can be helpful for troubleshooting, debugging, and auditing purposes.

  - `message` (string, required)

## Response 404 fields (application/json):

  - `message_id` (string,null, required)
    A unique identifier that is used for tracking and associating log entries related to this specific request or operation. This ID can be helpful for troubleshooting, debugging, and auditing purposes.

  - `message` (string, required)

## Response 500 fields (application/json):

  - `message_id` (string,null, required)
    A unique identifier that is used for tracking and associating log entries related to this specific request or operation. This ID can be helpful for troubleshooting, debugging, and auditing purposes.

  - `message` (string, required)


## Response 200 fields
