Skip to content

In-Game Purchase Question!!! #47

@mkTiger

Description

@mkTiger

When I was doing in-game payments, I encountered some problems. The process is as follows:

  1. We start a purchase request to our purchase server in the game.
  2. The purchase server initiates a transaction request to Steam Server, and the request is as follows:

https://api.steampowered.com/ISteamMicroTxnSandbox/InitTxn/V0002/?appid=10525**&key=F0025CBFE192D9C4C6619F1B74******&language=zh&steamid=7656119887714****&currency=CNY&orderId=1017868822600****&itemcount=1&itemid[0]=10005&qty[0]=1&description[0]=ThisIsMoney&amount[0]=100

  1. The purchase server successfully received the successful transaction information returned by Steam as follows:

{"response":{"result":"OK","params":{"orderid":"10178688226001001","transid":"161951685303827****"}}}

  1. As described in the Steam documentation, the client will receive a overlay box to let the player confirm or reject the transaction,but we can't see this pop-up windows to confirm.

The question is why we can't see the confirm window?
Or how to find where we did wrong?
By the way,we are testing through sandbox mode. wait for help,thanks a lot!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions