FaceTec

Wise leverages FaceTec's facial biometric technology for authentication, offering a seamless integration experience through these APIs.

Endpoints

GET /v1/facetec/public-key

Retrieve Wise's FaceTec public key to be used when exporting 3D Facemap from your FaceTec host to Wise.

The exported FaceMap can be used to Enrol FaceMap.

Response

Plain text containing public key.

Example Request
curl -X GET https://api.sandbox.transferwise.tech/v1/facetec/public-key \
-H 'Authorization: Bearer <your api token>'
Example Response
-----BEGIN PUBLIC KEY-----
Public Key Content
-----END PUBLIC KEY-----