Query Share KYC Info Status API
API Description
Query Share KYC Info Status API
HTTP Request
POST /bapi/ekyc/v2/public/ekyc/customer/query-share-data-status
Request Header
Name | Type | Mandatory | Description |
---|---|---|---|
X-SHA2-Signature | STRING | YES | Request Signature |
Request Parameters
Name | Type | Mandatory | Description |
---|---|---|---|
bizEntityKey | STRING | YES | business entity key, each access entity has its own bizEntityKey |
entityCustomerId | STRING | YES | customer id, that is, the user id of the access entity site |
requestNo | STRING | YES | every request unique number, max length is 120. If want to search previous request, need to use previous “requestNo” |
Response Fields
Name | Type | Mandatory | Description |
---|---|---|---|
code | STRING | YES | |
data | ShareDataStatus | No |
ShareDataStatus
Name | Type | Description |
---|---|---|
bizEntityKey | STRING | |
entityCustomerId | STRING | |
failMessage | STRING | when status=FAIL, the reason about fail |
requestNo | STRING | every request unique number |
status | STRING | import result: INIT, SUCCESS, FAIL |
Request Body Example
{
"bizEntityKey": "BROKERKEY",
"entityCustomerId": "45712345678999212345",
"requestNo": "123456"
}
Response Example
{
"code": "000000",
"message": null,
"messageDetail": null,
"data": null,
"success": true
}