Transactions

To retrieve the account balance and transaction records of a merchant

Endpoint:/v1/transactions

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 Parameters

Param
Type
Required
Description

startTime

string

no

timestamp

endTime

string

no

timestamp

orderNo

string

no

Gameleme platform order number,like search

type

string

no

increase:1. decrease:2

page

number

no

default:1

size

number

no

default:20

Response Value

Filed
Description

page

size

totalPage

total

list

id

Transaction id

mchId

Merchant id

amount

Transaction amount

currency

Currency code

beforeBalance

Amount before the change

afterBalance

Amount after the change

orderNo

Gameleme platform order number, this field is only available when the game recharge is successful.

Info

Transaction order infomation

type

type=1 increase, type=2 decrease

createdAt

Sample Get

Sample Response

Last updated