LookupPerson service looks up the address data for residents existing in the national population register by
countryCode
and a national PersonalNumber
. A lookup by PhoneNumber
is also available. The response can be either exactly one address hit, or empty if no match was found. For found persons the return field PersonStatus indicates the status, where empty status is the default and normal value, see below table. January 2020: Lookup from Finland’s population registry available in test environment, with these test persons. PersonStatus:- PersonStatus missing, “” or
Active
represents an active person and is the normal value.) Protected
– a person with protected identityEmigrated
– a emigrated person will show this status for a “limited period”.Deceased
– a deceased person will show this status for a “limited period”.DeRegistered
– internal deletion codeUnknown status
– the earlier status was most likely Deceased or Emigrated but the indication is automatically lost after the above “limited period” has elapsed, and Unknown status is shown instead.
LookupPersonAddress
to true
to do an address lookup towards the population register with the authenticated PersonalNumber.API
POST to https://env
.zignsec.com/v2/ekyc/lookupperson where env
is API or test.Test Data
For the test environment these are the test persons returned: Link to Danish test persons. Link to Swedish test persons. At the moment there is no test data to lookup persons by PhoneNumber, this can only by done in production environment (API). Observe that every customer can add their test users for Swedish or Danish LookupPerson with the settingsTestSeLookupPerson
and TestDkLookupPerson
.