Merchant

To retrieve the basic information of a merchant

Endpoint:/v1/info

Method:GET

Request Header

Param
Type
Required
Description

Authorization

string

true

<AppSecret>

Timestamp

string

true

timestamp,1719546963531

Signature

string

true

Merchant private key to generate signature

Response Value

Filed
Description

id

Merchant Id

name

Merchant Name

balance

Merchant available balance

forzenBalance

Merchant frozen balance

discount

Merchant discount

status

Merchant status, 1-normal 0-unavaliable -1 lock or forbidden

whiteIps

Your server's ip.If no whitelist is set, all IP addresses can request your merchant interface.

Sample Post

curl https://openapi.gameleme.com/v1/info
--header "Authorization: <AppSecret>" \
--header "Content-Type: application/json" \
--header "Timestamp: <Timestamp>" \
--header "Signature: <Signature>" \
-X GET

Sample Response

Last updated