Request Ident Link
The client has successfully entered their information and this has been transmitted to Concedus. If the client has in some way lost the link to the KYC provider, it has expired or there were other problems with identification, VgV can now request the still active link and a new link itself.
Request Ident-Link
POST https://demo2.api.concedus.com/v2/compliance/idents
Headers
Name
Type
Description
Content-Type*
String
application/json
Authorization*
String
Bearer token
Request Body
Field
Type
Requirement
Description
Request structure (JSON)
{
"personKey": "PERS_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"kycServiceName": "WEBID"
}Response Body
{
"idents": [
{
"kyc": "WEBID",
"url": "https://test.webid-solutions.de/service/qa/cn/000713/aid/264618XXX",
"key": "PERS_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"actionId": "264618XXX",
"status": "pending",
"transactionId": "XXX909ddXXXaXXXdbbeXXXc13de69XXX"
}
]
}{
"idents": [
{
"kyc": "WEBID",
"url": "https://test.webid-solutions.de/service/qa/cn/000713/aid/264618XXX",
"key": "PERS_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX",
"actionId": "264618XXX",
"status": "pending",
"transactionId": "XXX909ddXXXaXXXdbbeXXXc13de69XXX"
}
]
}{
"code": "400",
"info": "Invalid arguments to the API",
"reason": "Already active Ident for PERS_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX!"
{
/// In this Case Concedus should be consolidated{
"code": "400",
"info": "Invalid arguments to the API",
"reason": "PERS_XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX failed Ident over three times!"
}}
"code": "404",
"info": "Item is not found",
"reason": ""
}Last updated