Check the Validity of Cwallet ID

Check if the Cwallet User ID is correct and return the nickname

POST https://admin.ccpayment.com/ccpayment/v1/check/user

Headers

Name
Type
Description

Appid*

string

Merchant's unique credential. Find it on the Developer pagearrow-up-right.

Timestamp*

string

Timestamp in seconds (10-digit). The request is valid for two minutes.

Sign*

string

SHA-256 (APPID + APP Secret +timestamp+body (json string)). Signature guidearrow-up-right.

Content-Type*

String

application/json; charset=utf-8

Request Body

Name
Type
Description

c_id*

string

Cwallet ID

Response

Body

{
	"code": 10000,
	"msg": "success",
	"data": {
		"c_id": "9454818",
		"nikename": "alvin"
	}
}

Parameter

Request Body Example

Last updated