v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
sca-facemaps

Verify FaceMap

To clear a FACE_MAP challenge listed in a OTT.

Notes:

  1. User is required to enrol facemap before the verification can be successful.
  2. Rate limit may be applied if there are 5 continuous unsuccessful attempts and OTT creation will be blocked for 15 minutes.
post/v1/one-time-token/facemap/verify

Headers

One-Time-Tokenstring required

Text value of a OTT.

X-External-Correlation-Idstring uuid

Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.

Request body

faceMapstring

Base64-encoded binary data as a string.

For more details how to get this binary, please read FaceTec's export API.

To retrieve Wise's FaceTec public key, please refer to our FaceTec's Get Public Key API.

Example request

{
  "faceMap": "<base64_encoded_string>"
}

Response

One time token status.