Orders
To retrieve all game recharge orders under a specific merchant
Order List
Endpoint:/v1/orders
Method:GET
Header:
Authorization
string
yes
<AppSecret>
Timestamp
string
yes
timestamp
Path Parameters
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
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
Authorization
string
yes
<AppSecret>
Timestamp
string
yes
timestamp
Signature
string
yes
Merchant private key to generate signature
Path Params
reference
string
yes
Unique transaction reference from merchant's system
Response Value
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