NECT
Our partner NECT offers the identification via video identification. The process can be started via the following website:
- Test system: https://hs-abnahme.a-trust.at/nect
- Production system: https://www.a-trust.at/nect
Optionally, the token and the response URL can be set as URL parameters. To do this, the URL must have the following format:
{baseUrl}/nect?token={token}&responseurl={responseurl}
Integration is also possible. Customer data can be sent to A-Trust via HTTP POST. The process can then be started directly on the NECT website.
REST call
The data can be transmitted via HTTP POST call. The format is multipart/form-data, the following values are expected:
- mobilenumber: the telephone number to be activated in international format without separators (+43676...)
- email: the e-mail address of the user
- responseurl: the URL to which the user is sent after the activation
In case of errors, the call is answered with the following error codes:
- 400 BadRequest: Not all data has been provided
- 403 Forbidden: Token not valid
- 500 InternalServerError: generic server error
- 502 BadGateway: NECT error
If successful, the response is 200 OK, and the HTTP body contains a URL with which the user starts the NECT process. This URL must then be given to the user so that they can carry out the NECT process, and the A-Trust process afterwards. The user is then redirected to the stored URL (responseurl). The token with which the activation was started is also given as an URL parameter.
URL
For the POST call, the following URL has to be used:
{Basis-URL}/nect/autostart/{token}