PXLVision
Our partner PXLVision offers the option of video identification. The process can be started via the following website:
- Test system: https://hs-abnahme.a-trust.at/pxlvision
- Production system: https://www.a-trust.at/pxlvision
The token can be set via URL parameters. To do this, the URL must have the following format:
{baseUrl}/pxlvision?token={token}
Integration is also possible. Customer data can be sent to A-Trust via HTTP POST. The process can then be started directly.
REST call
The data can be transmitted via HTTP POST call. The format is multipart/form-data, the following values are expected:
- email: the email address of the user
- responseurl: the URL to which the user is sent after the activation
- pxlAccountId: (optional) if exists
In case of errors, the call is answered with the following error code:
- 400 BadRequest: Not all data has been provided
- 403 Forbidden: Token not valid or PxlAccountId not valid
- 500 InternalServerError: generic server error
If successful, the response is 200 OK, and the HTTP body contains a URL
with which the user starts the PXLVision process. This URL must then be
given to the user so that they can carry out the PXLVision process, and
the A-Trust process afterwards. The token with which the activation was
started is also given as an URL parameter. The user is then redirected
to the stored URL (responseurl). If a PXLAccountID is set, the
Transaction Code from PXLVision will be added to the responseurl
({responseurl}?tc=xxx).
URL
For the POST call, the following URL must be used:
{baseURL}/pxlvision/autostart/{token}