Retrieval Response Examples
The following retrieval response examples show typical fields and values that are captured for a transaction. They are provided to assist with understanding the differences in the data models.
Netverify /v2/scans/<scanReference>/data Response
A GET request to the /v2/scans/<scanReference>/data API returns a JSON object containing nested objects for document, transaction, and verification.
the <scanReference> value is obtained from the response to the call to the Netverify Acquisitions API
https://acquisition.netverify.com/api/netverify/v2/acquisitions API:
Response
{
"timestamp": "2017-10-17T06:37:51.969Z",
"scanReference": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}
For additional information see: ID Verification Retrieval API Implementation Guide
Example
{
"timestamp": "2019-03-20T16:25:38.663Z",
"scanReference": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"document": {
"type": "DRIVING_LICENSE",
"dob": "1990-01-01",
"expiry": "2022-12-31",
"firstName": "FIRST NAME",
"issuingCountry": "AUT",
"issuingDate": "2013-01-01",
"lastName": "LAST NAME",
"number": "123456789",
"status": "APPROVED_VERIFIED"
},
"transaction": {
"clientIp": "XX.XX.X.XX",
"customerId": "CUSTOMERID",
"date": "2019-01-01T11:01:10.227Z",
"merchantReportingCriteria": "YOURREPORTINGCRITERIA",
"merchantScanReference": "YOURSCANREFERENCE",
"source": "WEB_UPLOAD",
"status": "DONE"
},
"verification": {
"identityVerification": {
"similarity": "MATCH",
"validity": "true"
}
}, "facemap": {
"classifier": "facemap",
"href": "https://netverify.com/api/netverify/v2/scans/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx/data/facemap"
}
}
Jumio Platform API Responses
Following are examples of the API response bodies, in JSON format.
Account Creation Response
The <accountId> value, <workflowExcecutionId> value, authorization tokens, and URLs are obtained from the response to the call to the Accounts API.
(https://account.<region>.jumio.ai/api/v1/accounts API):
Response
{
"timestamp": "2022-11-22T23:51:19.152Z",
"account": {
"id": "310ede34-41ab-4f2b-ac47-b5c3553edf03"
},
"web": {
"href": "https://greenunion.web.amer-1.jumio.ai/web/v4/app?authorizationToken=eyJhbGciOiJIUzUxMiIsInppcCI6IkdaSVAifQ.H4sIAAAAAAAA_5XMMQ7CMAyF4btkxlJibNdhY2TlBq6TsLQUiUogIe5O2huwvvfp_4T6Pq_hFJJITpJkyCnmcAjmfil9V7PI7AieKwKV6JCTITCqobbIqejGd3xshDq4gOQmQC4CI1eCXmCLpQ5ax45frf7D_Vpb14_luc52h3WZb-A2Tbh9ewilUYyskCgyEEqBUajA0ck051adNXx_y3qZiOwAAAA.Hv4xo7lzBstXZLYu6XVFp2TK3quWANfecnftOGXIuX2C5vvLN00PRkS31x5jiI6wfr2o5A65tEl67Ps7WhDE4w&locale=en-US"
},
"sdk": {
"token": "eyJhbGciOiJIUzUxMiIsInppcCI6IkdaSVAifQ.H4sIAAAAAAAA_5XMMQ7CMAyF4btkxlJibNdhY2TlBq6TsLQUiUogIe5O2huwvvfp_4T6Pq_hFJJITpJkyCnmcAjmfil9V7PI7AieKwKV6JCTITCqobbIqejGd3xshDq4gOQmQC4CI1eCXmCLpQ5ax45frf7D_Vpb14_luc52h3WZb-A2Tbh9ewilUYyskCgyEEqBUajA0ck051adNXx_y3qZiOwAAAA.Hv4xo7lzBstXZLYu6XVFp2TK3quWANfecnftOGXIuX2C5vvLN00PRkS31x5jiI6wfr2o5A65tEl67Ps7WhDE4w"
},
"workflowExecution": {
"id": "9541ae91-834e-4914-a30d-6534fed4eb6d",
"credentials": [
{
"id": "f769b899-2752-45d1-83b2-f5e13631d052",
"category": "ID",
"allowedChannels": ["WEB", "API", "SDK"],
"api": {
"token": "eyJhbGciOiJIUzUxMiIsInppcCI6IkdaSVAifQ.H4sIAAAAAAAA_5XMMQ7CMAyF4btkxlJibNdhY2TlBq6TsLQUiUogIe5O2huwvvfp_4T6Pq_hFJJITpJkyCnmcAjmfil9V7PI7AieKwKV6JCTITCqobbIqejGd3xshDq4gOQmQC4CI1eCXmCLpQ5ax45frf7D_Vpb14_luc52h3WZb-A2Tbh9ewilUYyskCgyEEqBUajA0ck051adNXx_y3qZiOwAAAA.Hv4xo7lzBstXZLYu6XVFp2TK3quWANfecnftOGXIuX2C5vvLN00PRkS31x5jiI6wfr2o5A65tEl67Ps7WhDE4w",
"parts": {
"front": "https://api.amer-1.jumio.ai/api/v1/accounts/8aa055c2-c9e2-4d0c-91a2-528a28f051d8/workflow-executions/3f4287c6-69f6-4c66-b5e4-0555a0de78eb/credentials/f769b899-2752-45d1-83b2-f5e13631d052/parts/FRONT",
"back": "https://api.amer-1.jumio.ai/api/v1/accounts/8aa055c2-c9e2-4d0c-91a2-528a28f051d8/workflow-executions/3f4287c6-69f6-4c66-b5e4-0555a0de78eb/credentials/f769b899-2752-45d1-83b2-f5e13631d052/parts/BACK"
},
"workflowExecution": "https://api.amer-1.jumio.ai/api/v1/accounts/8aa055c2-c9e2-4d0c-91a2-528a28f051d8/workflow-executions/3f4287c6-69f6-4c66-b5e4-0555a0de78eb"
}
},
{
"id": "02065ddb-d87d-45b3-9972-967d2c0837f1",
"category": "FACEMAP",
"allowedChannels": ["WEB", "SDK"]
},
{
"id": "68179e08-ba1c-4794-a35a-32ea9c16f264",
"category": "SELFIE",
"allowedChannels": ["WEB", "API", "SDK"],
"api": {
"token": "eyJhbGciOiJIUzUxMiIsInppcCI6IkdaSVAifQ.H4sIAAAAAAAA_5XMMQ7CMAyF4btkxlJibNdhY2TlBq6TsLQUiUogIe5O2huwvvfp_4T6Pq_hFJJITpJkyCnmcAjmfil9V7PI7AieKwKV6JCTITCqobbIqejGd3xshDq4gOQmQC4CI1eCXmCLpQ5ax45frf7D_Vpb14_luc52h3WZb-A2Tbh9ewilUYyskCgyEEqBUajA0ck051adNXx_y3qZiOwAAAA.Hv4xo7lzBstXZLYu6XVFp2TK3quWANfecnftOGXIuX2C5vvLN00PRkS31x5jiI6wfr2o5A65tEl67Ps7WhDE4w",
"parts": {
"face": "https://api.amer-1.jumio.ai/api/v1/accounts/8aa055c2-c9e2-4d0c-91a2-528a28f051d8/workflow-executions/3f4287c6-69f6-4c66-b5e4-0555a0de78eb/credentials/68179e08-ba1c-4794-a35a-32ea9c16f264/parts/FACE"
},
"workflowExecution": "https://api.amer-1.jumio.ai/api/v1/accounts/8aa055c2-c9e2-4d0c-91a2-528a28f051d8/workflow-executions/3f4287c6-69f6-4c66-b5e4-0555a0de78eb"
}
}
]
}
}