All endpoints related to customer identifications (KYC).
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}/signings
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
URL of the signing.
The current state of the signing.
The current status of the signing.
ID of the related person identification.
Documents signed by the customer.
[ { "id": "7da925f612600ee0a2c386afe1cac4bccsig", "reference": "TST-QMNBB", "url": "https://go.test.idnow.de/solarisbankesignsandbox/identifications/155b0818593319dd718e2ec139718973cidt/webcam", "state": "successful", "status": "finished", "completed_at": "2020-04-08T12:53:42.000Z", "method": "idnow", "identification_id": "155b0818593319dd718e2ec139718973cidt", "documents": [ … ] } ]
The content of the request
The identification method for which the documents are being uploaded.
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/identity/identifications/v1/persons/{person_id}/signings
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
{ "method": "idnow", "language": "EN", "documents": [ { … } ] }
Successful result of the operation
URL of the signing.
The current state of the signing.
The current status of the signing.
ID of the related person identification.
Documents signed by the customer.
{ "id": "7da925f612600ee0a2c386afe1cac4bccsig", "reference": "TST-QMNBB", "url": "https://go.test.idnow.de/solarisbankesignsandbox/identifications/155b0818593319dd718e2ec139718973cidt/webcam", "state": "successful", "status": "finished", "completed_at": "2020-04-08T12:53:42.000Z", "method": "idnow", "identification_id": "155b0818593319dd718e2ec139718973cidt", "documents": [ { … }, { … }, { … }, { … } ] }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/identity/identifications/v1/persons/{person_id}/signings/{signing_id}/idnow_attempts
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation
Payload received from the IDnow webhook for this IDnow attempt.
{ "id": "e1eeb07262b695dc0ee5d4ab9350c12dcida", "result": "SUCCESS", "reason": null, "payload": { "identificationprocess": { … }, "customdata": { … }, "contactdata": { … }, "userdata": { … }, "identificationdocument": { … }, "attachments": { … } } }
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/identity/identifications/v1/persons/{person_id}/signings/{signing_id}
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
No request payload
Successful result of the operation.
URL of the signing.
The current state of the signing.
The current status of the signing.
ID of the related person identification.
Documents signed by the customer.
{ "id": "7da925f612600ee0a2c386afe1cac4bccsig", "reference": "TST-QMNBB", "url": "https://go.test.idnow.de/solarisbankesignsandbox/identifications/155b0818593319dd718e2ec139718973cidt/webcam", "state": "successful", "status": "finished", "completed_at": "2020-04-08T12:53:42.000Z", "method": "idnow", "identification_id": "155b0818593319dd718e2ec139718973cidt", "documents": [ { … }, { … }, { … }, { … } ] }