For a deeper look into our World Check One API, look into:

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
1 1 1 1

Is any chance to create a case that includes the information of a individual passport, using the "SEQ-case-create-individual" service?

I performed a test using the parameters that are defined in the body of this service which are "secondaryFields" and "customFields", I tried adding the parameter "passportCheck but when i review on the web site, there isn't any information about the passport id number


{

"groupId":"{ {group-id}}",

"entityType":"INDIVIDUAL",

"providerTypes":[

"WATCHLIST"

],

"name":"Putin",

"customFields":[

{

"typeId":"{ {custom-field-1}}",

"value":"custom field 1 sample value"

},

{

"typeId":"{ {custom-field-2}}",

"value":"custom field 2 sample value"

},

{

"typeId":"{ {custom-field-3}}",

"value":"mandatory custom field sample value"

}

],

"secondaryFields":[

{

"typeId":"SFCT_1",

"value":"MALE"

},

{

"typeId":"SFCT_2",

"dateTimeValue": "2016-10-12"

},

{

"typeId":"SFCT_3",

"value":"USA"

},

{

"typeId":"SFCT_4",

"value":"AUS"

},

{

"typeId":"SFCT_5",

"value":"ABW"

}

],

"passportCheck": [

{

"typeId": "SFCT_15",

"value":"12345645645"

}

]

}

world-checkworld-check-onescreening-api
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

· Write an Answer
Upvotes
Accepted
4.2k 8 5 6

@cfarez

Apologies for a delayed response on this.

I have reviewed the above JSON payload and see it to be incorrect. This API call should have failed with 400 Bad request. Please confirm.

Kindly note we have passport check functionality to verify the authenticity of the passport itself using MRZ code technology. You cannot use passport number in screening your client, meaning we do not use passport number to generate matches in WC1 but only to verify the authenticity of the passport.

Now that we have established the functionality of Passport Check in WC1, I can give you the correct payload that should give you a success response.

{
    "groupId": "{
                {group-id}}",
    "entityType": "INDIVIDUAL",
    "providerTypes": [
        "WATCHLIST",
       "PASSPORT_CHECK"
    ],
    "name": "Joaquin Guzman",
    "secondaryFields": [
        {
            "typeId": "SFCT_1",
            "value": "UNSPECIFIED"
  
        },
        {
            "typeId": "SFCT_2",
            "dateTimeValue": "1957-04-04"
        },
        {
            "typeId": "SFCT_3",
            "value": "MEX"
        },
        {
            "typeId": "SFCT_4",
            "value": "MEX"
        },
        {
            "typeId": "SFCT_5",
            "value": "MEX"
        },
        {
            "typeId": "SFCT_8",
            "value": "Joaquín "
        },
        {
            "typeId": "SFCT_9",
            "value": "Guzmán"
        },
        {
            "typeId": "SFCT_11",
            "value": "MEX"
        },
        {
            "typeId": "SFCT_12",
            "value": "MEX"
     
        },
        {
            "typeId": "SFCT_14",
            "value": "PASSPORT"
       
        },
        {
            "typeId": "SFCT_15",
            "value": "4568231132123"
        },
        {
            "typeId": "SFCT_16",
            "dateTimeValue": "2024-05-17"
        }
    ],
    "customFields": []
}

Kindly note that that the result will be available only in UI. Where would you check the passport check details on the UI? Please see the screenshot:


Thanks


1589264256406.png (81.7 KiB)
icon clock
10 |1500

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.