Facial biometric enrolment for Strong Customer Authentication (SCA).
Can be used to verify facemap when accessing a strongly protected endpoint via One Time Token Framework.
Security
UserToken
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Example:f47ac10b-58cc-4372-a567-0e02b2c3d479
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.
- Production Environmenthttps://api.wise.com/v1/user/facemap/enrol
- Sandbox Environmenthttps://api.wise-sandbox.com/v1/user/facemap/enrol
curl -i -X POST \
https://api.wise.com/v1/user/facemap/enrol \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'Content-Type: application/json' \
-H 'X-External-Correlation-Id: f47ac10b-58cc-4372-a567-0e02b2c3d479' \
-d '{
"faceMap": "string"
}'Enrollment is successful.
Headers
Echoed back when X-External-Correlation-Id was included in the request. Learn more.
Example:"f47ac10b-58cc-4372-a567-0e02b2c3d479"
Response
No content