curl --location '/open-api/partner/onboard/registerMerchant' \
--header 'Content-Type: application/json' \
--data-raw '{
"appId": "bad633411be049dc8ecc065739208c33",
"sign": "befqadefq6dfqfeq33411be049dc8dasf74eq78948ecc065739eqf459q789fd56as4f89eq-adf45674q8e1d23asdf4-e+da1f64e89q+adsf41894e653ad+f1eq748fad4156+208c33",
"param": "{\"timestamp\":1751615367,\"mobilePhone\":\"13800070404\",\"email\":\"[email protected]\",\"countryCode\":\"ID\",\"tradeName\":\"示例商户名070404\",\"referrerCode\":\"REF070404\",\"noticeUrl\":\"https://www.test.com\",\"redirectUrl\":\"https://www.test.com\"}"
}'{
"code": 10000,
"message": "Success",
"data": {
"merchantNo": "D07046dBBPXd",
"mobilePhone": "13800070403",
"email": "[email protected]",
"country": "ID",
"tradeName": "示例商户名070403",
"referrerCode": "REF070403",
"contractNo": "C202507040758",
"contractStatus": 2,
"kycPageUrl": "https://test.paycools.com?token=xxx",
"auth": {
"id": "AC5S1678133915811840",
"status": "UNAUTHORIZED"
}
}
}