Face Enrollment

These endpoints are for merchants to enroll users using the face biometric

Enrol User

POST https://api.myidentitypay.com/api/v2/biometrics/merchant/user/enroll

This endpoint allows you to enrol users

Query Parameters

NameTypeDescription

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)

email*

string

User's Email address

Headers

NameTypeDescription

X-Api-Key*

string

<your merchant secret key>

app-id*

String

<your app id>

{
    "status": true,
    "detail": "User Enrollment Successful"
}

Last updated