Topup

Currently, only PUBG has enabled recharge. For other games, you will have to wait.

Endpoint:/v1/topup

Method:POST

Special reminder:

Initiating this request will not instantly return the final status of the order (as it may take a while to process). Our system will send the result to your notifyUrl, or you can actively request the order details interface to query the final order status.

You can check the webhook and order details.

In sandbox mode, use a fixed playerId: 5560524498

Request Header

Param
Type
Required
Description

Authorization

string

yes

<AppSecret>

Timestamp

string

yes

timestamp

Signature

string

yes

Merchant private key to generate signature

Post Data

Param
Type
Required
Description

gameId

string

yes

If there is a partition in the game data, it must be included when querying the player ID. Generally, the zoneId in the game data's partition is taken.

productId

string

yes

game player id,5560524498

playerId

string

yes

partition

string

no

reference

string

yes

Unique transaction reference from merchant's system,max length 40. If specified, the field should be a unique identifier (in lowercase) for the object. Only -,_ and alphanumeric characters allowed.

Sample Get

Sample Response

Last updated