For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Name
Type
Description

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

Name
Type
Description

X-Api-Key*

string

<your merchant secret key>

app-id*

String

<your app id>

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

Last updated