For accepted verifications, the event of “verification.accepted” occurs. This response is returned
in the HTTP response and the callback as well.
For accepted verification, a sample response is provided below:
{ "reference":"17374217", "event":"verification.accepted", "error":"", "verification_result":{ "document":{ "name":1, "dob":1, "expiry_date":1, "issue_date":1, "document_number":1, "document":1, "gender":"" }, "address":{ "name":1, "full_address":1 } }, "verification_data":{ "document":{ "name":{ "first_name":"John", "middle_name":"Carter", "last_name":"Doe" }, "dob":"1978-03-13", "issue_date":"2015-10-10", "expiry_date":"2025-12-31", "document_number":"1456-0989-5567-0909", "selected_type":[ "id_card" ], "supported_types":[ "id_card", "driving_license", "passport" ], "gender":"M" }, "address":{ "name":{ "first_name":"John", "middle_name":"Carter", "last_name":"Doe" }, "full_address":"3339 Maryland Avenue, Largo, Florida", "selected_type":[ "id_card" ], "supported_types":[ "id_card", "bank_statement" ] } }, "info":{ "agent":{ "is_desktop":true, "is_phone":false, "useragent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/75.0.3770.100 Safari/537.36", "device_name":"Macintosh", "browser_name":"", "platform_name":"OS X - 10_14_0" }, "geolocation":{ "host":"212.103.50.243", "ip":"212.103.50.243", "rdns":"212.103.50.243", "asn":"9009", "isp":"M247 Ltd", "country_name":"Germany", "country_code":"DE", "region_name":"Hesse", "region_code":"HE", "city":"Frankfurt am Main", "postal_code":"60326", "continent_name":"Europe", "continent_code":"EU", "latitude":"50.1049", "longitude":"8.6295", "metro_code":"", "timezone":"Europe/Berlin" } }, "additional_data":{ "document":{ "proof":{ "height":"183", "country":"United Kingdom", "authority":"HMPO", "last_name":"Doe", "first_name":"John", "issue_date":"2018-01-31", "expiry_date":"2028-01-30", "nationality":"BRITISH CITIZEN", "country_code":"GBR", "document_type":"P", "place_of_birth":"BRISTOL", "document_number":"GB1234567", "personal_number":"12345678910", "dob":"1978-03-13", "gender":"" } } } } |
Comments
0 comments
Please sign in to leave a comment.