API: Get Merchant Infomation
Merchant Information Query
Name
Value
Name
Description
Required
Type
Remark
{
"clientId": "client12345",
"merchantId": "10800000003",
}Variable Name
Name
Required
Type
Example Value
Description
Last updated
Merchant Information Query
{
"clientId": "client12345",
"merchantId": "10800000003",
}Last updated
{
"code": 200,
"msg": "success",
"data": [
{
"merchantId": "xxxxxxxx",
"merchantName": "XXXXXXX",
"status": 1,
"merchantUserName": "XXX",
"merchantPhone": "xxxxxxxx",
"merchantEmail": "xxxx@xxxxx",
"businessName": "xxxxxx"
}
],
"timestamp": "2024-07-23 17:57:00"
}