InquiriesWS-5-8


Click here for a complete list of operations.

GScanPostImages

Post image(s) for gScan service.

Test

The test form is only available for requests from the local machine.

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/GScanPostImages"

<?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>
    <GScanPostImages xmlns="http://api.giact.com/verificationservices/v5">
      <gScanRequest>
        <CheckImageFront>base64Binary</CheckImageFront>
        <CheckImageBack>base64Binary</CheckImageBack>
        <ExpectedPayableTo>string</ExpectedPayableTo>
        <PhotoIdImageFront>base64Binary</PhotoIdImageFront>
        <PhotoIdImageBack>base64Binary</PhotoIdImageBack>
      </gScanRequest>
    </GScanPostImages>
  </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>
    <GScanPostImagesResponse xmlns="http://api.giact.com/verificationservices/v5">
      <GScanPostImagesResult>
        <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>
      </GScanPostImagesResult>
    </GScanPostImagesResponse>
  </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>
    <GScanPostImages xmlns="http://api.giact.com/verificationservices/v5">
      <gScanRequest>
        <CheckImageFront>base64Binary</CheckImageFront>
        <CheckImageBack>base64Binary</CheckImageBack>
        <ExpectedPayableTo>string</ExpectedPayableTo>
        <PhotoIdImageFront>base64Binary</PhotoIdImageFront>
        <PhotoIdImageBack>base64Binary</PhotoIdImageBack>
      </gScanRequest>
    </GScanPostImages>
  </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>
    <GScanPostImagesResponse xmlns="http://api.giact.com/verificationservices/v5">
      <GScanPostImagesResult>
        <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>
      </GScanPostImagesResult>
    </GScanPostImagesResponse>
  </soap12:Body>
</soap12:Envelope>