v5

latestOpenAPI 3.1.02026-07-262421791.5 MB
sca-facemaps

Verify a facemap

Verifies a facemap challenge when calling a SCA-secured endpoint. Make sure to create a facemap before using this endpoint.

A facemap should be exported from your FaceTec server using the SDK's export API. Please use Wise's FaceTec public key to encrypt a facemap during the export process.

post/v2/profiles/{profileId}/facemaps/verify

Path parameters

profileIdinteger required

The profile ID.

Headers

One-Time-Tokenstring uuid required

A one-time token unique identifier.

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

A base64 encoded string.

Response

The facemap has been successfully verified.

oneTimeTokenstring uuid

A one-time token unique identifier.

validityinteger

The One-Time Token expiration in seconds.

Example response

{
  "oneTimeToken": "5932d5b5-ec13-452f-8688-308feade7834",
  "challenges": [
    {
      "primaryChallenge": {
        "type": "PIN"
      }
    }
  ],
  "validity": 3600
}