All endpoints related to customer identifications (KYC).
- Index all person identifications
Customer Identification (KYC) (1.0)
https://docs.solarisgroup.com/_mock/api-reference/identity/identifications/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/identity/identifications/v1/persons/{person_id}/identifications/{id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
(IDnow only) Redirect URL used to start the identification process.
The current status of the identification. Note The status value depends on the identification method, check the KYC guides for more information.
Date and time when the identification was completed.
The method used for the identification.
The type of document submitted by the customer as a proof of address if their identification document did not include their address.
The date when the proof of address document was issued.
(IDnow only) The customer's preferred language for the identification process.
ID of the person for whom the identification was initiated.
Documents provided by the customer during the identification process.
Additional context around why the identification failed. Value depends on the identification method.
Optional IBAN provided for bank
and bank_id
identifications. Please note that Solaris only accepts certain banks for the Bankident KYC flow. See the full list here.
The date and time by which the authorization for the end customer must be requested.
The date and time by which the customer must input the OTP sent to their mobile number for the QES process.
(Fourthline only) Status code returned by the identification provider.
Session Error returned by Tink in the account verification process. Will only be populated when failure_reason is account_snaphot_failed or account_snapshot_expired. Only present for identifications within identification session.
{ "id": "9dfe2f4edaa67138be0c0c1cd3a7d849cidt", "reference": "TST-ELCCJ", "url": "https://go.test.idnow.de/company_id/identifications/identification_id", "status": "successful", "completed_at": "2021-09-14T18:18:28.000Z", "method": "idnow", "proof_of_address_type": "GAS_BILL", "proof_of_address_issued_at": "2021-12-03", "language": "EN", "person_id": "992de312a545bb24a88ddbf57ae8b1ffcper", "address": { "line_1": "BERLINER STR. 45", "line_2": "Erste Etage", "postal_code": "14169", "city": "Berlin", "country": "DE", "state": "BE" }, "documents": [ { … }, { … } ], "failure_reason": "string", "iban": "DE11010101010101010100", "authorization_expires_at": "string", "confirmation_expires_at": "string", "provider_status_code": 1000, "account_verification_error": "accounts_failed", "idnow_process_type": "eid" }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/identity/identifications/v1/identifications
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
(IDnow only) Redirect URL used to start the identification process.
The current status of the identification. Note The status value depends on the identification method, check the KYC guides for more information.
Date and time when the identification was completed.
The method used for the identification.
The type of document submitted by the customer as a proof of address if their identification document did not include their address.
The date when the proof of address document was issued.
(IDnow only) The customer's preferred language for the identification process.
ID of the person for whom the identification was initiated.
Documents provided by the customer during the identification process.
Additional context around why the identification failed. Value depends on the identification method.
Optional IBAN provided for bank
and bank_id
identifications. Please note that Solaris only accepts certain banks for the Bankident KYC flow. See the full list here.
The date and time by which the authorization for the end customer must be requested.
The date and time by which the customer must input the OTP sent to their mobile number for the QES process.
(Fourthline only) Status code returned by the identification provider.
Session Error returned by Tink in the account verification process. Will only be populated when failure_reason is account_snaphot_failed or account_snapshot_expired. Only present for identifications within identification session.
{ "id": "9dfe2f4edaa67138be0c0c1cd3a7d849cidt", "reference": "TST-ELCCJ", "url": "https://go.test.idnow.de/company_id/identifications/identification_id", "status": "successful", "completed_at": "2021-09-14T18:18:28.000Z", "method": "idnow", "proof_of_address_type": "GAS_BILL", "proof_of_address_issued_at": "2021-12-03", "language": "EN", "person_id": "992de312a545bb24a88ddbf57ae8b1ffcper", "address": { "line_1": "BERLINER STR. 45", "line_2": "Erste Etage", "postal_code": "14169", "city": "Berlin", "country": "DE", "state": "BE" }, "documents": [ { … }, { … } ], "failure_reason": "string", "iban": "DE11010101010101010100", "authorization_expires_at": "string", "confirmation_expires_at": "string", "provider_status_code": 1000, "account_verification_error": "accounts_failed", "idnow_process_type": "eid" }