Decentralized Merchant User KYC Status Query Interface
Interface address: /api/v1/user/get-defi-user-status
Note: This interface allows querying the user status using the merchant user ID.
Request input parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
merchantUserId | String | N | User's Unique Identifier on the Merchant Platform |
Output parameters
Parameter | Type | Mandatory | Description |
---|---|---|---|
userId | String | N | User's Unique Identifier on the Multiexc Platform |
merchantUserId | String | N | User's Unique Identifier on the Merchant Platform |
defiUserStatus | String | Y | PRE_BIND: The user has been pre-bound but has not submitted KYC information. KYC_PASS: The user has passed KYC verification. KYC_PENDING: The user's KYC information is under review. KYC_REJECT: The user is unsupported and prohibited from placing orders on ME. NO_USER: The user is not registered. |