we called documentverification with US test data ( as stated in the specifications )
"PersonInfo": {
"FirstGivenName": "J",
"MiddleName": "Paul",
"FirstSurName": "Williams",
"DayOfBirth": 4,
"MonthOfBirth": 8,
"YearOfBirth": 1988,
"Gender": "M"
},
in the answer we have
"Errors": [
{
"Code": "1001",
"Message": "Missing required field: FirstGivenName"
},
but the field is clearly present in the request - if we populate it with, for example, Jj, the error goes away