2022-09-01
1curl https://withpersona.com/api/v1/verification/database-tins/verification-id \2 -H "Authorization: <apiKey>"
1{2 "data": {3 "type": "verification/database-tin",4 "id": "ver_2wpqiEtejRcTA1hMJEXmbrJ6",5 "attributes": {6 "status": "passed",7 "created-at": "2022-08-03T04:11:32.000Z",8 "created-at-ts": 1659499892,9 "submitted-at": "2022-08-03T04:13:00.000Z",10 "submitted-at-ts": 1659499980,11 "completed-at": "2022-08-03T04:13:06.000Z",12 "completed-at-ts": 1659499986,13 "country-code": "US",14 "name-first": "ALEXANDER",15 "checks": [16 {17 "name": "database_tin_name_comparison",18 "status": "passed",19 "reasons": [],20 "metadata": {}21 },22 {23 "name": "database_tin_deceased_detection",24 "status": "passed",25 "reasons": [],26 "metadata": {}27 },28 {29 "name": "database_tin_invalid_format_detection",30 "status": "passed",31 "reasons": [],32 "metadata": {}33 },34 {35 "name": "database_tin_disallowed_type_detection",36 "status": "passed",37 "reasons": [],38 "metadata": {}39 },40 {41 "name": "database_tin_service_available_detection",42 "status": "passed",43 "reasons": [],44 "metadata": {}45 }46 ]47 },48 "relationships": {49 "inquiry": {50 "data": {}51 }52 }53 }54}