IdDataRequest

public IdDataRequest IdDataRequest(String idType, String idCountry, String idState, String idImageFront, String idImageBack, String idNumber, String idNumber2, String issueDate, String expDate, String videoIdImageFront, String videoIdImageBack, String idFrontIrImage, String idBackIrImage, String idFrontUvImage, String idBackUvImage)

Parameters

idType

This is the code value of the ID type being submitted. Valid values are: - PP - for Passport - DL - for Driver’s License - PID - for Photo ID - NID – for National ID - GID – for Government, Military or Police ID - RID – Residence Card - VID – for Voter ID Card - WV – for Work Visa or Permit - UNR – United Nations Refugee Card - OTH - Other - NSP – Not Specified

idCountry

This is the 3 digit ISO Country Code

idState

To help with targeting matching, recommended to be sent when the idCountry equals USA, CAN or AUS and idType equals PID or DL

idImageFront

This should contain base64 data of the ID front image. Max allowed upload size is 2MB.

idImageBack

This should contain base64 data of the ID front image. Max allowed upload size is 5MB. Minimum resolution required is 800X600.

idNumber

ID Number.

idNumber2

ID Number.

issueDate

ID Issue Date. Date will be formatted as dd/mm/yyyy format.

expDate

ID Expiration Date. Date will be formatted as dd/mm/yyyy format.

videoIdImageFront

This should contain base64 data of the Customer id Front Video Data. It accepts base64 data.

videoIdImageBack

This should contain base64 data of the Customer id back Video Data. It accepts base64 data.

idFrontIrImage

This should contain base64 data of the Customer id front IR image. It accepts base64 data.

idBackIrImage

This should contain base64 data of the Customer id back IR image. It accepts base64 data.

idFrontUvImage

This should contain base64 data of the Customer id front UV image. It accepts base64 data.

idBackUvImage

This should contain base64 data of the Customer id back UV image. It accepts base64 data.