Download OpenAPI specification:Download
Creates an identification origination resource for a customer to be used for the identification and e-signing process for a Solarisbank product. The identification origination triggers a video identification for the customer and the e-signing process, in which the customer must provide a qualified electronic signature (QES) on the product agreement (e.g., loan contract) during the video identification process.
The application attributes
Identification
Invalid request
Forbidden
Not Found
Conflict
Unprocessable Entity
{- "method": "idnow",
- "additional_documents": [
- {
- "signature_position": {
- "mysignature1": {
- "position": {
- "width": 100,
- "page": "1",
- "left": 20,
- "height": 20,
- "bottom": 10
}
}
}, - "identifier": "cpc",
- "document_id": "document_id"
}
]
}
{- "status_description": "Waiting for signing process to finish",
- "status": "esign_pending",
- "identification_origination_id": "589e12da53154010ad180894acbe07ebio",
- "identification_id": "17905779039e75dce7bf8d68f3184942cidt",
- "esigning_id": "5ade4e499b299c299be2987ad597c42ecsig"
}
Returns the details of a customer identification origination. Call this endpoint to check the identification_origination_status and get the esigning_id and the identification_id, which are required to prompt your customer to complete the e-signing and the video identification processes.
Application
Forbidden
Not Found
curl -i -X GET \ 'https://api.solaris-sandbox.de/v1/identification_origination/persons/{person_id}/identifications/{identification_origination_id}'
{- "status_description": "Waiting for signing process to finish",
- "status": "esign_pending",
- "identification_origination_id": "589e12da53154010ad180894acbe07ebio",
- "identification_id": "17905779039e75dce7bf8d68f3184942cidt",
- "esigning_id": "5ade4e499b299c299be2987ad597c42ecsig"
}