Skip to main content

MyKad Recognition

POST/v3/service

Step 1 : Register as merchant

Step 2 : Get Signature Algorithm

Step 3 : Verify Signature

Step 4 : Configure Recognize Mykad API

Request Parameters

serviceString

EKYC service

Example: "ekyc"

versionString

Currently only support 'v1"

Example: "v1"

functionString

Selected function

Example: "id-mykad"

requestObject

Refer to explanation below

Example: (Refer to explanation below)

notify_urlString

URL to receive ekyc result

Example: ""

query_image_contentString

Mykad image (Base64 image string)

Example: ""

How to use notify URL

Clients can retrieve ekyc result by passing in a notify_url as a webhook callback. For instance, client provides a POST API handler that has an address of https://client-api/rm-ekyc-callback, pass this address as the notify_url when sending the OpenAPI request. Our webhook will subsequently return the result to this API address.

Response Parameters

:::

requestIDString

Request ID

Example: "62201d48a694817dede84b35"