Query the merchant onboarding result and current application status.
Note: Do not pass the request header X-Merch-Id for this API.
Request
Body Params application/json
{
"request_id": "string"
}
Request Code Samples
curl --location 'http://prod-cn.your-api-server.com/api/v2/merch/assessment/inquiry' \
--header 'X-Merch-Id: M24061911365700670' \
--header 'Content-Type: application/json' \
--data '{
"request_id": "string"
}'
Responses
{
"merch_id": "string",
"status": "INIT",
"msg": "string",
"risk_level": "LOW"
}
Modified at 2026-05-15 09:17:16