InquiriesWS-5-8


Click here for a complete list of operations.

GScanGetResult

Get previous gScan results.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
GScanItemId:

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /verificationservices/v5/InquiriesWS-5-8.asmx HTTP/1.1
Host: sandbox.api.giact.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://api.giact.com/verificationservices/v5/GScanGetResult"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthenticationHeader xmlns="http://api.giact.com/verificationservices/v5">
      <ApiUsername>string</ApiUsername>
      <ApiPassword>string</ApiPassword>
    </AuthenticationHeader>
  </soap:Header>
  <soap:Body>
    <GScanGetResult xmlns="http://api.giact.com/verificationservices/v5">
      <GScanItemId>long</GScanItemId>
    </GScanGetResult>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <GScanGetResultResponse xmlns="http://api.giact.com/verificationservices/v5">
      <GScanGetResultResult>
        <ErrorMessage>string</ErrorMessage>
        <GScanItemId>long</GScanItemId>
        <CheckData>
          <CheckInfo>
            <RoutingNumber>string</RoutingNumber>
            <AccountNumber>string</AccountNumber>
            <CheckNumber>string</CheckNumber>
            <CheckAmount>decimal</CheckAmount>
            <AccountType>Checking or Savings or Other</AccountType>
          </CheckInfo>
          <IssuerDate>dateTime</IssuerDate>
          <IssuerName>string</IssuerName>
          <PayableToNames>
            <string>string</string>
            <string>string</string>
          </PayableToNames>
          <EndorsementMissing>boolean</EndorsementMissing>
          <SignatureMissing>boolean</SignatureMissing>
          <IsPrinted>boolean</IsPrinted>
          <PayableToMultiplePeople>boolean</PayableToMultiplePeople>
          <ProcessedFront>base64Binary</ProcessedFront>
          <ProcessedBack>base64Binary</ProcessedBack>
        </CheckData>
        <PhotoIdData>
          <CustomerInfo>
            <EntityType>UnknownNotApplicable or Person or Business</EntityType>
            <NamePrefix>string</NamePrefix>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <NameSuffix>string</NameSuffix>
            <BusinessName>string</BusinessName>
            <AddressLine1>string</AddressLine1>
            <AddressLine2>string</AddressLine2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <PhoneNumber>string</PhoneNumber>
            <TaxId>string</TaxId>
            <DateOfBirth>dateTime</DateOfBirth>
            <DlNumber>string</DlNumber>
            <DlState>string</DlState>
            <EmailAddress>string</EmailAddress>
            <CurrentIpAddress>string</CurrentIpAddress>
            <Domain>string</Domain>
            <MobileConsentRecordId>long</MobileConsentRecordId>
            <AltIdType>UsaMilitaryId or UsaStateId or PassportUsa or PassportForeign or UsaResidentAlienId or StudentId or TribalId or DlCanada or DlMexico or OtherIdForeign</AltIdType>
            <AltIdIssuer>string</AltIdIssuer>
            <AltIdNumber>string</AltIdNumber>
          </CustomerInfo>
          <IssueDate>dateTime</IssueDate>
          <ExpirationDate>dateTime</ExpirationDate>
          <Gender>string</Gender>
          <Height>string</Height>
          <Weight>string</Weight>
          <Eyes>string</Eyes>
          <Hair>string</Hair>
        </PhotoIdData>
      </GScanGetResultResult>
    </GScanGetResultResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /verificationservices/v5/InquiriesWS-5-8.asmx HTTP/1.1
Host: sandbox.api.giact.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthenticationHeader xmlns="http://api.giact.com/verificationservices/v5">
      <ApiUsername>string</ApiUsername>
      <ApiPassword>string</ApiPassword>
    </AuthenticationHeader>
  </soap12:Header>
  <soap12:Body>
    <GScanGetResult xmlns="http://api.giact.com/verificationservices/v5">
      <GScanItemId>long</GScanItemId>
    </GScanGetResult>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <GScanGetResultResponse xmlns="http://api.giact.com/verificationservices/v5">
      <GScanGetResultResult>
        <ErrorMessage>string</ErrorMessage>
        <GScanItemId>long</GScanItemId>
        <CheckData>
          <CheckInfo>
            <RoutingNumber>string</RoutingNumber>
            <AccountNumber>string</AccountNumber>
            <CheckNumber>string</CheckNumber>
            <CheckAmount>decimal</CheckAmount>
            <AccountType>Checking or Savings or Other</AccountType>
          </CheckInfo>
          <IssuerDate>dateTime</IssuerDate>
          <IssuerName>string</IssuerName>
          <PayableToNames>
            <string>string</string>
            <string>string</string>
          </PayableToNames>
          <EndorsementMissing>boolean</EndorsementMissing>
          <SignatureMissing>boolean</SignatureMissing>
          <IsPrinted>boolean</IsPrinted>
          <PayableToMultiplePeople>boolean</PayableToMultiplePeople>
          <ProcessedFront>base64Binary</ProcessedFront>
          <ProcessedBack>base64Binary</ProcessedBack>
        </CheckData>
        <PhotoIdData>
          <CustomerInfo>
            <EntityType>UnknownNotApplicable or Person or Business</EntityType>
            <NamePrefix>string</NamePrefix>
            <FirstName>string</FirstName>
            <MiddleName>string</MiddleName>
            <LastName>string</LastName>
            <NameSuffix>string</NameSuffix>
            <BusinessName>string</BusinessName>
            <AddressLine1>string</AddressLine1>
            <AddressLine2>string</AddressLine2>
            <City>string</City>
            <State>string</State>
            <ZipCode>string</ZipCode>
            <Country>string</Country>
            <PhoneNumber>string</PhoneNumber>
            <TaxId>string</TaxId>
            <DateOfBirth>dateTime</DateOfBirth>
            <DlNumber>string</DlNumber>
            <DlState>string</DlState>
            <EmailAddress>string</EmailAddress>
            <CurrentIpAddress>string</CurrentIpAddress>
            <Domain>string</Domain>
            <MobileConsentRecordId>long</MobileConsentRecordId>
            <AltIdType>UsaMilitaryId or UsaStateId or PassportUsa or PassportForeign or UsaResidentAlienId or StudentId or TribalId or DlCanada or DlMexico or OtherIdForeign</AltIdType>
            <AltIdIssuer>string</AltIdIssuer>
            <AltIdNumber>string</AltIdNumber>
          </CustomerInfo>
          <IssueDate>dateTime</IssueDate>
          <ExpirationDate>dateTime</ExpirationDate>
          <Gender>string</Gender>
          <Height>string</Height>
          <Weight>string</Weight>
          <Eyes>string</Eyes>
          <Hair>string</Hair>
        </PhotoIdData>
      </GScanGetResultResult>
    </GScanGetResultResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /verificationservices/v5/InquiriesWS-5-8.asmx/GScanGetResult?GScanItemId=string HTTP/1.1
Host: sandbox.api.giact.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<GScanResult_5_8 xmlns="http://api.giact.com/verificationservices/v5">
  <ErrorMessage>string</ErrorMessage>
  <GScanItemId>long</GScanItemId>
  <CheckData>
    <CheckInfo>
      <RoutingNumber>string</RoutingNumber>
      <AccountNumber>string</AccountNumber>
      <CheckNumber>string</CheckNumber>
      <CheckAmount>decimal</CheckAmount>
      <AccountType>Checking or Savings or Other</AccountType>
    </CheckInfo>
    <IssuerDate>dateTime</IssuerDate>
    <IssuerName>string</IssuerName>
    <PayableToNames>
      <string>string</string>
      <string>string</string>
    </PayableToNames>
    <EndorsementMissing>boolean</EndorsementMissing>
    <SignatureMissing>boolean</SignatureMissing>
    <IsPrinted>boolean</IsPrinted>
    <PayableToMultiplePeople>boolean</PayableToMultiplePeople>
    <ProcessedFront>base64Binary</ProcessedFront>
    <ProcessedBack>base64Binary</ProcessedBack>
  </CheckData>
  <PhotoIdData>
    <CustomerInfo>
      <EntityType>UnknownNotApplicable or Person or Business</EntityType>
      <NamePrefix>string</NamePrefix>
      <FirstName>string</FirstName>
      <MiddleName>string</MiddleName>
      <LastName>string</LastName>
      <NameSuffix>string</NameSuffix>
      <BusinessName>string</BusinessName>
      <AddressLine1>string</AddressLine1>
      <AddressLine2>string</AddressLine2>
      <City>string</City>
      <State>string</State>
      <ZipCode>string</ZipCode>
      <Country>string</Country>
      <PhoneNumber>string</PhoneNumber>
      <TaxId>string</TaxId>
      <DateOfBirth>dateTime</DateOfBirth>
      <DlNumber>string</DlNumber>
      <DlState>string</DlState>
      <EmailAddress>string</EmailAddress>
      <CurrentIpAddress>string</CurrentIpAddress>
      <Domain>string</Domain>
      <MobileConsentRecordId>long</MobileConsentRecordId>
      <AltIdType>UsaMilitaryId or UsaStateId or PassportUsa or PassportForeign or UsaResidentAlienId or StudentId or TribalId or DlCanada or DlMexico or OtherIdForeign</AltIdType>
      <AltIdIssuer>string</AltIdIssuer>
      <AltIdNumber>string</AltIdNumber>
    </CustomerInfo>
    <IssueDate>dateTime</IssueDate>
    <ExpirationDate>dateTime</ExpirationDate>
    <Gender>string</Gender>
    <Height>string</Height>
    <Weight>string</Weight>
    <Eyes>string</Eyes>
    <Hair>string</Hair>
  </PhotoIdData>
</GScanResult_5_8>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /verificationservices/v5/InquiriesWS-5-8.asmx/GScanGetResult HTTP/1.1
Host: sandbox.api.giact.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

GScanItemId=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<GScanResult_5_8 xmlns="http://api.giact.com/verificationservices/v5">
  <ErrorMessage>string</ErrorMessage>
  <GScanItemId>long</GScanItemId>
  <CheckData>
    <CheckInfo>
      <RoutingNumber>string</RoutingNumber>
      <AccountNumber>string</AccountNumber>
      <CheckNumber>string</CheckNumber>
      <CheckAmount>decimal</CheckAmount>
      <AccountType>Checking or Savings or Other</AccountType>
    </CheckInfo>
    <IssuerDate>dateTime</IssuerDate>
    <IssuerName>string</IssuerName>
    <PayableToNames>
      <string>string</string>
      <string>string</string>
    </PayableToNames>
    <EndorsementMissing>boolean</EndorsementMissing>
    <SignatureMissing>boolean</SignatureMissing>
    <IsPrinted>boolean</IsPrinted>
    <PayableToMultiplePeople>boolean</PayableToMultiplePeople>
    <ProcessedFront>base64Binary</ProcessedFront>
    <ProcessedBack>base64Binary</ProcessedBack>
  </CheckData>
  <PhotoIdData>
    <CustomerInfo>
      <EntityType>UnknownNotApplicable or Person or Business</EntityType>
      <NamePrefix>string</NamePrefix>
      <FirstName>string</FirstName>
      <MiddleName>string</MiddleName>
      <LastName>string</LastName>
      <NameSuffix>string</NameSuffix>
      <BusinessName>string</BusinessName>
      <AddressLine1>string</AddressLine1>
      <AddressLine2>string</AddressLine2>
      <City>string</City>
      <State>string</State>
      <ZipCode>string</ZipCode>
      <Country>string</Country>
      <PhoneNumber>string</PhoneNumber>
      <TaxId>string</TaxId>
      <DateOfBirth>dateTime</DateOfBirth>
      <DlNumber>string</DlNumber>
      <DlState>string</DlState>
      <EmailAddress>string</EmailAddress>
      <CurrentIpAddress>string</CurrentIpAddress>
      <Domain>string</Domain>
      <MobileConsentRecordId>long</MobileConsentRecordId>
      <AltIdType>UsaMilitaryId or UsaStateId or PassportUsa or PassportForeign or UsaResidentAlienId or StudentId or TribalId or DlCanada or DlMexico or OtherIdForeign</AltIdType>
      <AltIdIssuer>string</AltIdIssuer>
      <AltIdNumber>string</AltIdNumber>
    </CustomerInfo>
    <IssueDate>dateTime</IssueDate>
    <ExpirationDate>dateTime</ExpirationDate>
    <Gender>string</Gender>
    <Height>string</Height>
    <Weight>string</Weight>
    <Eyes>string</Eyes>
    <Hair>string</Hair>
  </PhotoIdData>
</GScanResult_5_8>