Check Import Status

After having created a customers ident session, you are now able to track the status of the onboarding flow. You can either request the status by using the Ident-ID (from the KYC provider) or the Person-Key (from the data set):

Check Status by Ident-ID

GET https://demo2.api.concedus.com/v2/status/ident/<ident-id>

Path Parameters

Name
Type
Description

ident-id*

String

Headers

Name
Type
Description

Authorization*

String

Bearer token

{
  "status": 100
}

Check Status by Person-Key

GET https://demo2.api.concedus.com/v2/status/person/<person-key>

Path Parameters

Name
Type
Description

person-key*

String

Headers

Name
Type
Description

Authorization*

String

Bearer token

{
  "status": 100
}

Response Codes

Code
Reason

0

Failure of the ident (or other then named reason)

100

Verified

101

Pending

102

Aborted

110

Update pending

The "Update pending" status is shown if a new ident session was created during an update of customers address or kyc relevant data

Last updated