Send Customer Record
After registering a new customer, send the formatted customer record to Concedus to start the onboarding process. The format and structure of the customer data is documented under Data Format. We then provide you with a verification link from the selected KYC provider that the customer can use to start the verification process. When the verification is complete, we send you the result in the form of a compliance record. Depending on the result, you can take further action.

API Method
Customers and companies are imported with the same endpoint.
To distinguish these two types of records, set the field customers.person.type as follows:
"0" = customer
"1" = company
Import customer as individual
POST https://demo2.api.concedus.com/v2/compliance/contacts
Headers
Content-Type*
String
application/json or application/zip
Authorization*
String
Bearer token
Request Body
{
"identLinks": [
{
"kyc": "IDNOW",
"url": "https://verify.idnow.com/demo/0029993384",
"key": "PERSON_f627b484-15e8-42b7-99cc-9cfa5011766e",
"actionId": "0029993384"
}
]
}{
"identLinks": []
}{
"code": "400",
"info": "Error progressing File",
"reason": "<individual Error description>"
}Data Format
JSON is transmitted when no other attachments are transmitted in file form. (default)
ZIP must be sent if attachments are to be transferred as well. This is usually not required for person imports and is agreed upon in advance if necessary.
JSON structure
Customers
Person
KYC-relevant fields are indicated in red
type
number
required
0 (customer)
precheckPep
string
required
"True" if politically engaged person
salutation
string
optional
Mr. = "Herr"
Mrs. = "Frau"
title
string
optional
Title like "Dr." , "Prof." or "Prof. Dr."
foreName
string
required
All forenames of customer
surName
string
required
Surname of customer
street
string
required
Street name and number
zip
string
required
Postal code
city
string
required
City
birthDate
string
required
Birthdate (18+)
birthPlace
string
required
Birthplace
birthCountry
string
optional
Birth country code
nationality
string
required
Nationality (country code)
furtherNationalities
array[string]
optional
List of further Nationalities (country code)
phonePriv
array[string]
optional
List of private phone numbers
email
string
optional, required for some KYC Provider (WEBID)
e-mail address
mobile
string
optional
Mobile phone number
phone
array[string]
optional
Further phone numbers
web
string
optional
Web address
customFields[].name
string
required
"KYC" (to define the KYC Provider)
Bank Accounts
Last updated