Some strategies allow the user to verify using different methods from different countries. In this case, it may be useful to know what country and method was used.

Let’s look at an example ended conversation:

An example of a conversation snippet with information about the verification process.
{
     "id":"c12c1adc-3ff0-4d32-b95c-c593135c903e",
     "userKey":"7dfb9ded-c38f-49ae-95e2-307283a0b1f6",
     "url":"https://sandbox.authologic.com/c/c12c1adc-3ff0-4d32-b95c-c593135c903e",
     "status":"FINISHED",
     "result":{
         "identity":{
             "status":"FINISHED",
             "errors": [],
             "user":{
                 "person":{
                     "name":{
                         "firstName":"Jan",
                         "lastName":"Testowy"
                     }
                 }
             }
         }
     },
     "info": [
         {
             "country": "PL",
             "method": "PSD2"
         }
     ]
 }

In the example, the info section is visible. This is a table describing the verification process. Each element of this array represents information about the selected data source. The following data may appear here:

Please note that the content of the method field may change over time as new data sources become available.
Both country, method and the entire info section do not have to appear - it all depends on the strategy used and the specificity of the selected data sources.

Despite our sincere intentions, it is difficult to create perfect technical documentation. If you have an idea on how to improve this documentation, or you have trouble understanding any section, please email us at tech-support@authologic.com

Back