Face Enrollment
These endpoints are for merchants to enroll users using the face biometric
Last updated
These endpoints are for merchants to enroll users using the face biometric
POST https://api.myidentitypay.com/api/v1/biometrics/merchant/user/enroll/
This endpoint allows you to enrol users
last_name
string
User's last name
first_name
string
User's first name
face_image
string
image url of user's face(use the best practices to genrate the image)
string
User's Email address
X-Api-Key
string
<your merchant secret key>
Last updated