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

Overview |  Quickstart |  Documentation |  Downloads

question

Upvotes
Accepted
7 0 3 3

Get Password Details from API

Hii,

we are trying to get the results @with passport details.

{

"secondaryFields": [{

"typeId": "SFCT_3",

"value": "USA"

}],

"entityType": "INDIVIDUAL",

"groupId": "5nzbfqao1qzg1fe6dxbsok405",

"providerTypes": ["WATCHLIST"],

"name": "AAA",

"nameTransposition": true,

"passportCheck": [{

"typeId": "SFCT_8",

"value": "AAA"

}]

}

Above mentioned request, returning 2 results and After i changed like this,

{

"secondaryFields": [{

"typeId": "SFCT_3",

"value": "USA"

}],

"entityType": "INDIVIDUAL",

"groupId": "5nzbfqao1qzg1fe6dxbsok405",

"providerTypes": ["WATCHLIST"],

"name": "AAA",

"nameTransposition": true,

"passportCheck": [{

"typeId": "SFCT_8",

"value": "BBB"

}]

}

i have got same result as pervious one. i need to verify is it correct?

world-checkworld-check-one
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.

Upvotes
Accepted
548 1 1 1

@ksenanayake1,

Thanks for your time over call.

As discussed, the below format is used for performing a passport check using the API -

"providerTypes": [
"WATCHLIST","PASSPORT_CHECK"
    ],
            "secondaryFields": [{
                    {
                        "typeId": "SFCT_8",
                        “value ": "XXXXXX"
                    },
                    {
                        "typeId": "SFCT_9",
                        "value": "XXXX"
                    },
                    {
                        "typeId": "SFCT_10",
                        "value": "MALE"
                    },
                    {
                        "typeId": "SFCT_11",
                         "value": "USA"
                    },
                    {
                        "typeId": "SFCT_12",
                        "value": "USA"
                    },
                    {
                        "typeId": "SFCT_13",
                        "dateTimeValue": "YYYY-MM-DD"
                    },
                    {
                        "typeId": "SFCT_14",
                        "value": "PASSPORT "
                    },
                    {
                        "typeId": "SFCT_15",
                        "value": "XXXXXXXXXX"
                    },
                    {
                        "typeId": "SFCT_16",
                        "dateTimeValue": "YYYY-MM-DD"
                    }
                ]

Hope this clarifies your concern.

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.

Hi @prabhjyot.mandla


thank you,

is there any ApI for load to State in

PASSPORT_ISSUING_STATE?

@ksenanayake1,

The Passport issuing state would be a country code, you can find the list of updated country codes using the API call - 'SEQ-pre-country-list: Get the ISO country list'

Hope this helps.

Upvotes
548 1 1 1

@ksenanayake1,

I have dropped you an email. Can you please reply back with the entire details, so that we can take a look into the details?

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.