Orders

To retrieve all game recharge orders under a specific merchant

Order List

Endpoint:/v1/orders

Method:GET

Header

Param
Type
Required
Description

Authorization

string

yes

<AppSecret>

Timestamp

string

yes

timestamp

Signature

string

yes

Merchant private key to generate signature

Path Parameters

Param
Type
Required
Description

startTime

string

no

timestamp

endTime

string

no

timestamp

orderNo

string

no

Gameleme’s Order Number,like search

reference

string

no

your SN,like search

page

number

no

default:1

size

number

no

default:20

Response Value

Filed
Description

page

size

totalPage

total

list

orderId

Gameleme platform order id

orderNo

Gameleme platform order number

gameId

Game id

mchId

Merchant id

reference

Unique transaction reference from merchant's system

productId

Game product id

productName

Game product name

displayPrice

Game product display price

displayCurrency

Game product display currency code

salePrice

Game product sale price

saleCurrency

Game product sale currency code

productType

Game product type. GameCoins/Rp

productTypeName

Game product type name

player

Player infomation {id,name}

partition

Player partition

status

statusName

midasSerialNo

The code returned after successful recharge.

failedType

Reason type for recharge failure.

failedReason

Reason for recharge failure.

Sample Get

Sample Response


Order Detail

To retrieve order detail infomation

Endpoint:/v1/order/<reference>

Method:GET

Request Header

Param
Type
Required
Description

Authorization

string

yes

<AppSecret>

Timestamp

string

yes

timestamp

Signature

string

yes

Merchant private key to generate signature

Path Params

Param
Type
Required
Description

reference

string

yes

Unique transaction reference from merchant's system

Response Value

Filed
Description

orderId

Gameleme platform order id

orderNo

Gameleme platform order number

gameId

Game id

mchId

Merchant id

reference

Unique transaction reference from merchant's system

productId

Game product id

productName

Game product name

displayPrice

Game product display price

displayCurrency

Game product display currency code

salePrice

Game product sale price

saleCurrency

Game product sale currency code

productType

Game product type. GameCoins/Rp

productTypeName

Game product type name

player

Player infomation {id,name}

partition

Player partition

status

statusName

midasSerialNo

The code returned after successful recharge.

failedType

Reason type for recharge failure.

failedReason

Reason for recharge failure.

Sample Get

Sample Response

Last updated