Personator Identity:Test Bank: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{PersonatorWorldNav |IntroductionCollapse= }} {{CustomTOC}} The Personator Identity Test Bank enables users to send sample records and generate results without incurring any costs or counts. The Test Bank contains records from a continually growing list of countries, and features all of the possible verification levels, and provides an insight into the various fields necessary for each available country. Responses will only be returned for the sample records, and..." |
No edit summary |
||
Line 5: | Line 5: | ||
{{CustomTOC}} | {{CustomTOC}} | ||
==Summary== | |||
The Personator Identity Test Bank enables users to send sample records and generate results without incurring any costs or counts. The Test Bank contains records from a continually growing list of countries, and features all of the possible verification levels, and provides an insight into the various fields necessary for each available country. | The Personator Identity Test Bank enables users to send sample records and generate results without incurring any costs or counts. The Test Bank contains records from a continually growing list of countries, and features all of the possible verification levels, and provides an insight into the various fields necessary for each available country. | ||
Line 10: | Line 12: | ||
Responses will only be returned for the sample records, and require the exact input values. | Responses will only be returned for the sample records, and require the exact input values. | ||
To test the Personator Identity Test Bank, please reach out to your Sales Representative for instructions or the full sample list. | |||
Existing users of Personator Identity Web Service can use the [[Personator Identity:PI Portal|PI Portal]] to quickly try some of the samples. | Existing users of Personator Identity Web Service can use the [[Personator Identity:PI Portal|PI Portal]] to quickly try some of the samples. |
Latest revision as of 16:54, 30 October 2023
Personator Identity Navigation | |||
---|---|---|---|
| |||
| |||
| |||
| |||
Sample Code |
Summary
The Personator Identity Test Bank enables users to send sample records and generate results without incurring any costs or counts. The Test Bank contains records from a continually growing list of countries, and features all of the possible verification levels, and provides an insight into the various fields necessary for each available country.
Responses will only be returned for the sample records, and require the exact input values.
To test the Personator Identity Test Bank, please reach out to your Sales Representative for instructions or the full sample list.
Existing users of Personator Identity Web Service can use the PI Portal to quickly try some of the samples.
Endpoint
https://globalpersonator.melissadata.net/v1/testContactVerify
Sample Record
First Name: Thomas Last Name: Martin National ID: 495-604-8764 Address Line 1: 36297 McConnell Land Locality: Merrifield Administrative Area: VA Postal Code: 22119 Date of Birth: 19860113 Country: US
Sample REST Request
https://globalpersonator.melissadata.net/v1/testContactVerify?act=Check,Verify&id={{LicenseKey}}&first=Thomas&last=Martin&nat=495-604-8764&a1=36297%20McConnell%20Land&loc=Merrifield&admarea=VA&postal=22119&dob=19860113&ctry=US
Sample JSON Request
{ “Actions”: “Check,Verify”, “CustomerID”: “{{LicenseKey}}”, “FirstName”: “Thomas”, “LastName”: “Martin”, “NationalID”: “495-604-8764”, “AddressLine1”: “36297 McConnell Land”, “Locality”: “Merrifield”, “AdministrativeArea”: “VA”, “PostalCode”: “22119”, “DateOfBirth”: “19860113”, “Country”: “US” }
Sample Identity Response
{ "Identity": { "Results": "KV31,KV03,KV04,KV01,KV10,KV11,KV12,KV13,KV14,KV02,KV07,KV70,KV71,KV72", "Confidence": "High", "Datasources": [ { "DatasourceName": "Credit-1A", "Results": "KV31,KV03,KV04,KV01,KV10,KV11,KV12,KV13,KV14,KV02,KV07,KV70,KV71,KV72", "Messages": [ { "ResultCode": "KV31", "Description": "First Initial Matched" }, { "ResultCode": "KV03", "Description": "First/given/forename matched" }, { "ResultCode": "KV04", "Description": "Last/surname matched" }, { "ResultCode": "KV01", "Description": "Address matched" }, { "ResultCode": "KV10", "Description": "Postal code matched" }, { "ResultCode": "KV11", "Description": "Administrative area matched" }, { "ResultCode": "KV12", "Description": "Locality matched" }, { "ResultCode": "KV13", "Description": "Thoroughfare/street matched" }, { "ResultCode": "KV14", "Description": "Premise/house number matched" }, { "ResultCode": "KV02", "Description": "National ID matched" }, { "ResultCode": "KV07", "Description": "Date of birth matched" }, { "ResultCode": "KV70", "Description": "Day of birth matched" }, { "ResultCode": "KV71", "Description": "Month of birth matched" }, { "ResultCode": "KV72", "Description": "Year of birth matched" } ] } ] } }