featurestore_id

entity_type_id

description

entity_id

social_media_detection_fs

social_media_features

customerId

The service verifies whether the mobile number is registered with WhatsApp/Facebook/Instagram/e-commerce. It can help identify if the mobile number is actively used and if the applicant shops online regularly, which will help institutions identify potential fraud risk.

Social Media Check Features

social_media_features

Link to API Doc - Social Media Check Reference Doc

{
    "transId": "4219ac934ab979c8",
    "flowId": "113",
    "node": {
        "id": 30275,
        "name": "16:PHL-Social Media Detection",
        "startTime": "2022-08-30T08:37:20.993Z",
        "endTime": "2022-08-30T08:37:21.539Z",
        "opTime": "2022-08-30T08:37:21.537Z",
        "cacheHit": false,
        "input": [
            {
                "name": "phoneNumber",
                "value": "+639188888888"
            },
            {
                "name": "socialMediaList",
                "value": [
                    "facebook",
                    "instagram",
                    "telegram",
                    "whatsapp",
                    "viber"
                ]
            },
            {
                "name": "aaiRequestId",
                "value": "e8e7b171-b414-4d75-b942-ee7492fc34ed"
            }
        ],
        "output": {
            "code": "SUCCESS",
            "message": "OK",
            "data": {
                "account_details": {
                    "facebook": {
                        "registered": true
                    },
                    "instagram": {
                        "registered": true
                    },
                    "whatsapp": {
                        "registered": false,
                        "photo": null,
                        "last_seen": null,
                        "about": null
                    },
                    "telegram": {
                        "registered": false,
                        "photo": null,
                        "last_seen": null
                    },
                    "viber": {
                        "registered": true,
                        "photo": null,
                        "last_seen": null,
                        "name": "Bernard"
                    }
                }
            },
            "extra": null,
            "transactionId": "16a178e985bfcde7",
            "pricingStrategy": "PAY"
        }
    },
    'referenceId': 'test-id-abcd1234'
}

Response Result

Description

feature_id

Atomic

Type

referenceId

ENTITY_ID_NAME

customerid

STRING

facebook

registered

facebook_registered

Yes

BOOL (NULLABLE)

instagram

registered

instagram_registered

Yes

BOOL (NULLABLE)

whatsapp

"whatsapp":{
  "registered":false,
  "about":null,
  "photo":null,
  "last_seen":null
}

whatsapp_registerd

whatsapp_about

whatsapp_photo

whatsapp_last_seen

Yes

BOOL (NULLABLE)

telegram

"telegram":{
  "registered":false,
  "photo":null,
  "last_seen":null
}

telegram_registerd

telegram_photo

telegram_last_seen

Yes

BOOL (NULLABLE)

viber

"viber":{
  "registered":false,
  "name":null,
  "photo":null,
  "last_seen":null
}

viber_registerd

viber_name

viber_photo

viber_last_seen

Yes

BOOL (NULLABLE)

ACCOUNT DETAILS

Field Name

Description

whatsapp

registered true, false or null

facebook

registered true, false or null

telegram

registered true, false or null

instagram

registered true, false or null

viber

registered true, false or null

Attachments: