Skip to main content
POST
/
kyc
/
getKYCStatus
获取kyc状态
curl --request POST \
  --url http://dev-cn.your-api-server.com/kyc/getKYCStatus \
  --header 'Content-Type: application/json' \
  --data '
{
  "merchantId": "<string>",
  "merchantUserId": "<string>"
}
'
{
  "success": false,
  "errorCode": "",
  "errorMessage": "",
  "errorMessageEn": "",
  "detailMessage": "",
  "requestId": "",
  "data": {
    "status": ""
  }
}

Interface Description

Get the KYC verification status of the merchantUser. Cards can only be created after KYC verification is passed.

Body

application/json
merchantId
string
required

Merchant ID

merchantUserId
string
required

Merchant corresponding user ID

Response

200 - application/json
success
boolean
default:false

Whether the business processing is successful

errorCode
string

Error code

errorMessage
string

Error message

errorMessageEn
string

English error message

detailMessage
string

Detailed message

requestId
string

Request UUID

data
object

Result