POST web_api/gscanitems_v5_8

Send a new request to the gScan OCR service for processing.

Request Information

URI Parameters

None.

Body Parameters

The new request to be processed should be included in the body formatted as an GScanRequest_5_8 object.

GScanRequest_5_8
NameDescriptionTypeAdditional information
CheckImageFront

Front of the check for OCR processing

Collection of byte

None.

CheckImageBack

Back of the check for OCR processing

Collection of byte

None.

ExpectedPayableTo

Expected value for "Payable To" on the check

string

None.

PhotoIdImageFront

Front of the Photo ID for OCR processing

Collection of byte

None.

PhotoIdImageBack

Back of the Photo ID for Bar-Code processing

Collection of byte

None.

Request Formats

application/json, text/json

Sample:
{
  "CheckImageFront": "QEA=",
  "CheckImageBack": "QEA=",
  "ExpectedPayableTo": "sample string 1",
  "PhotoIdImageFront": "QEA=",
  "PhotoIdImageBack": "QEA="
}

application/xml, text/xml

Sample:
<GScanRequest_5_8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.giact.com/verificationservices/v5">
  <CheckImageBack>QEA=</CheckImageBack>
  <CheckImageFront>QEA=</CheckImageFront>
  <ExpectedPayableTo>sample string 1</ExpectedPayableTo>
  <PhotoIdImageBack>QEA=</PhotoIdImageBack>
  <PhotoIdImageFront>QEA=</PhotoIdImageFront>
</GScanRequest_5_8>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

The result of the request will be in the body formatted as an GScanResult_5_8 object. We highly recommend that you store the result's GScanItemId value in your system so that you will be able to refer this unique request/result pair.

GScanResult_5_8
NameDescriptionTypeAdditional information
ErrorMessage

If there are any errors processing the request, then the ErrorMessage will have details on the error

string

None.

GScanItemId

The gScan Item ID used to reference this result

integer

None.

CheckData

Result of Check OCR processing

GScanCheckData

None.

PhotoIdData

Result of Photo ID OCR/Bar-Code processing

GScanPhotoIdData

None.

Response Formats

application/json, text/json

Sample:
{
  "ErrorMessage": "sample string 1",
  "GScanItemId": 2,
  "CheckData": {
    "CheckInfo": {
      "RoutingNumber": "sample string 1",
      "AccountNumber": "sample string 2",
      "CheckNumber": "sample string 3",
      "CheckAmount": 1.0,
      "AccountType": 0
    },
    "IssuerDate": "2025-04-28T06:36:21.5292715-05:00",
    "IssuerName": "sample string 1",
    "PayableToNames": [
      "sample string 1",
      "sample string 2"
    ],
    "EndorsementMissing": true,
    "SignatureMissing": true,
    "IsPrinted": true,
    "PayableToMultiplePeople": true,
    "ProcessedFront": "QEA=",
    "ProcessedBack": "QEA="
  },
  "PhotoIdData": {
    "CustomerInfo": {
      "EntityType": 0,
      "NamePrefix": "sample string 1",
      "FirstName": "sample string 2",
      "MiddleName": "sample string 3",
      "LastName": "sample string 4",
      "NameSuffix": "sample string 5",
      "BusinessName": "sample string 6",
      "AddressLine1": "sample string 7",
      "AddressLine2": "sample string 8",
      "City": "sample string 9",
      "State": "sample string 10",
      "ZipCode": "sample string 11",
      "Country": "sample string 12",
      "PhoneNumber": "sample string 13",
      "TaxId": "sample string 14",
      "DateOfBirth": "2025-04-28T06:36:21.5292715-05:00",
      "DlNumber": "sample string 15",
      "DlState": "sample string 16",
      "EmailAddress": "sample string 17",
      "CurrentIpAddress": "sample string 18",
      "Domain": "sample string 19",
      "MobileConsentRecordId": 1,
      "AltIdType": 0,
      "AltIdIssuer": "sample string 20",
      "AltIdNumber": "sample string 21"
    },
    "IssueDate": "2025-04-28T06:36:21.5292715-05:00",
    "ExpirationDate": "2025-04-28T06:36:21.5292715-05:00",
    "Gender": "sample string 1",
    "Height": "sample string 2",
    "Weight": "sample string 3",
    "Eyes": "sample string 4",
    "Hair": "sample string 5"
  }
}

application/xml, text/xml

Sample:
<GScanResult_5_8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.giact.com/verificationservices/v5">
  <CheckData xmlns:d2p1="http://schemas.datacontract.org/2004/07/VerificationServicesApi.CustomClasses">
    <d2p1:CheckInfo>
      <AccountNumber>sample string 2</AccountNumber>
      <AccountType>Checking</AccountType>
      <CheckAmount>1</CheckAmount>
      <CheckNumber>sample string 3</CheckNumber>
      <RoutingNumber>sample string 1</RoutingNumber>
    </d2p1:CheckInfo>
    <d2p1:EndorsementMissing>true</d2p1:EndorsementMissing>
    <d2p1:IsPrinted>true</d2p1:IsPrinted>
    <d2p1:IssuerDate>2025-04-28T06:36:21.5292715-05:00</d2p1:IssuerDate>
    <d2p1:IssuerName>sample string 1</d2p1:IssuerName>
    <d2p1:PayableToMultiplePeople>true</d2p1:PayableToMultiplePeople>
    <d2p1:PayableToNames xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </d2p1:PayableToNames>
    <d2p1:ProcessedBack>QEA=</d2p1:ProcessedBack>
    <d2p1:ProcessedFront>QEA=</d2p1:ProcessedFront>
    <d2p1:SignatureMissing>true</d2p1:SignatureMissing>
  </CheckData>
  <ErrorMessage>sample string 1</ErrorMessage>
  <GScanItemId>2</GScanItemId>
  <PhotoIdData xmlns:d2p1="http://schemas.datacontract.org/2004/07/VerificationServicesApi.CustomClasses">
    <d2p1:CustomerInfo>
      <AddressLine1>sample string 7</AddressLine1>
      <AddressLine2>sample string 8</AddressLine2>
      <AltIdIssuer>sample string 20</AltIdIssuer>
      <AltIdNumber>sample string 21</AltIdNumber>
      <AltIdType>UsaMilitaryId</AltIdType>
      <BusinessName>sample string 6</BusinessName>
      <City>sample string 9</City>
      <Country>sample string 12</Country>
      <CurrentIpAddress>sample string 18</CurrentIpAddress>
      <DateOfBirth>2025-04-28T06:36:21.5292715-05:00</DateOfBirth>
      <DlNumber>sample string 15</DlNumber>
      <DlState>sample string 16</DlState>
      <Domain>sample string 19</Domain>
      <EmailAddress>sample string 17</EmailAddress>
      <EntityType>UnknownNotApplicable</EntityType>
      <FirstName>sample string 2</FirstName>
      <LastName>sample string 4</LastName>
      <MiddleName>sample string 3</MiddleName>
      <MobileConsentRecordId>1</MobileConsentRecordId>
      <NamePrefix>sample string 1</NamePrefix>
      <NameSuffix>sample string 5</NameSuffix>
      <PhoneNumber>sample string 13</PhoneNumber>
      <State>sample string 10</State>
      <TaxId>sample string 14</TaxId>
      <ZipCode>sample string 11</ZipCode>
    </d2p1:CustomerInfo>
    <d2p1:ExpirationDate>2025-04-28T06:36:21.5292715-05:00</d2p1:ExpirationDate>
    <d2p1:Eyes>sample string 4</d2p1:Eyes>
    <d2p1:Gender>sample string 1</d2p1:Gender>
    <d2p1:Hair>sample string 5</d2p1:Hair>
    <d2p1:Height>sample string 2</d2p1:Height>
    <d2p1:IssueDate>2025-04-28T06:36:21.5292715-05:00</d2p1:IssueDate>
    <d2p1:Weight>sample string 3</d2p1:Weight>
  </PhotoIdData>
</GScanResult_5_8>