wrong verify document response

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


Best Answer

  • Av84
    Answer ✓

    Hi Valter,


    Hope this is sorted now, as per my previous post