UK eKYC
Verify a British Identity across multiple sources
This is an Identity verification service for the UK, It uses Electoral Roll, CreditLendersFull(CAIS, Insight), CCJ(Country Court Judgements), BT OSIS, Mortality..
The 2+2 Matching uses Name+Address and Name+DOB in various combination to reach a Pass or Fail.
Request
[GET]
Header
Header | Type | Description |
---|---|---|
AppId | string | Create an app to get your app ID on dashboard here |
Authorization | string | public secret key |
Query Parameter
Parameter | Type | Description | Required |
---|---|---|---|
first_name * | string | required | |
last_name * | string | required | |
middle_name | string | ||
date_of_birth * | string | required | |
gender * | string | M,F | required |
country * | string | GBR | required |
street_name * | string | required | |
house_number * | string | required | |
post_code * | string | required |
Sample response
Response
Was this page helpful?