ECommerceCreditGateway


Click here for a complete list of operations.

GetProposalInfo

Consente di ricevere lo stato corrente di una proposta insieme ad altre informazioni.
riceve il token restituito in precedenza dalla SendProposal
restituisce le informazioni della proposta: codice ordine, codice proposta e stato

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 /ECommerceCreditGateway.asmx HTTP/1.1
Host: 217.18.125.15
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/GetProposalInfo"

<?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>
    <GetProposalInfo xmlns="http://tempuri.org/">
      <objGET_INFO_REQUEST>
        <TOKEN>string</TOKEN>
        <CheckForDocs>boolean</CheckForDocs>
      </objGET_INFO_REQUEST>
    </GetProposalInfo>
  </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>
    <GetProposalInfoResponse xmlns="http://tempuri.org/">
      <GetProposalInfoResult>
        <TOKEN>string</TOKEN>
        <ProposalID>string</ProposalID>
        <OrderID>string</OrderID>
        <Business>
          <CompanyName>string</CompanyName>
          <LegalType>string</LegalType>
          <FiscalCode>string</FiscalCode>
          <VatNumber>string</VatNumber>
          <Email>string</Email>
          <MobileNumber>string</MobileNumber>
          <Nation>string</Nation>
          <Province>string</Province>
          <Town>string</Town>
          <Zip>string</Zip>
          <Address>string</Address>
          <PhoneNumber>string</PhoneNumber>
          <FaxNumber>string</FaxNumber>
          <SignerName>string</SignerName>
          <SignerSurname>string</SignerSurname>
          <SignerFiscalCode>string</SignerFiscalCode>
          <SignerGender>string</SignerGender>
          <SignerBirthDate>dateTime</SignerBirthDate>
          <SignerBirthCountry>string</SignerBirthCountry>
          <SignerBirthProvince>string</SignerBirthProvince>
          <SignerBirthTown>string</SignerBirthTown>
          <SignerResidenceProv>string</SignerResidenceProv>
          <SignerResidenceTown>string</SignerResidenceTown>
          <SignerResidenceAddress>string</SignerResidenceAddress>
          <SignerDocumentType>string</SignerDocumentType>
          <SignerDocumentNr>string</SignerDocumentNr>
          <SignerDocRelease>dateTime</SignerDocRelease>
          <SignerDocNationality>string</SignerDocNationality>
          <SignerDocProvince>string</SignerDocProvince>
          <SignerDocTown>string</SignerDocTown>
          <SignerDocExpiration>dateTime</SignerDocExpiration>
          <Iban>string</Iban>
          <Opecodunivoco>string</Opecodunivoco>
          <Opepec>string</Opepec>
        </Business>
        <Consumer>
          <Name>string</Name>
          <Surname>string</Surname>
          <BusinessName>string</BusinessName>
          <FiscalCode>string</FiscalCode>
          <VatNumber>string</VatNumber>
          <Gender>string</Gender>
          <Email>string</Email>
          <PhoneNumber>string</PhoneNumber>
          <FaxNumber>string</FaxNumber>
          <MobileNumber>string</MobileNumber>
          <MainNationality>string</MainNationality>
          <BirthDate>dateTime</BirthDate>
          <BirthCountry>string</BirthCountry>
          <BirthProvince>string</BirthProvince>
          <BirthTown>string</BirthTown>
          <Province>string</Province>
          <Town>string</Town>
          <Zip>string</Zip>
          <Address>string</Address>
          <Profession>string</Profession>
          <DocType>string</DocType>
          <DocNr>string</DocNr>
          <DocRelease>dateTime</DocRelease>
          <DocNationality>string</DocNationality>
          <DocProvince>string</DocProvince>
          <DocTown>string</DocTown>
          <DocExpiration>dateTime</DocExpiration>
          <Iban>string</Iban>
          <Opecodunivoco>string</Opecodunivoco>
          <Opepec>string</Opepec>
        </Consumer>
        <ProposalStatus>string</ProposalStatus>
        <ErrorList>
          <Error>
            <Code>string</Code>
            <Description>string</Description>
          </Error>
          <Error>
            <Code>string</Code>
            <Description>string</Description>
          </Error>
        </ErrorList>
        <HasError>boolean</HasError>
        <WarningList>
          <Warning>
            <Code>string</Code>
            <Description>string</Description>
          </Warning>
          <Warning>
            <Code>string</Code>
            <Description>string</Description>
          </Warning>
        </WarningList>
        <HasCI>boolean</HasCI>
        <HasCF>boolean</HasCF>
        <HasCTR>boolean</HasCTR>
        <HasVC>boolean</HasVC>
        <HasFattura>boolean</HasFattura>
        <HasLACC>boolean</HasLACC>
        <InternetNR>string</InternetNR>
      </GetProposalInfoResult>
    </GetProposalInfoResponse>
  </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 /ECommerceCreditGateway.asmx HTTP/1.1
Host: 217.18.125.15
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>
    <GetProposalInfo xmlns="http://tempuri.org/">
      <objGET_INFO_REQUEST>
        <TOKEN>string</TOKEN>
        <CheckForDocs>boolean</CheckForDocs>
      </objGET_INFO_REQUEST>
    </GetProposalInfo>
  </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>
    <GetProposalInfoResponse xmlns="http://tempuri.org/">
      <GetProposalInfoResult>
        <TOKEN>string</TOKEN>
        <ProposalID>string</ProposalID>
        <OrderID>string</OrderID>
        <Business>
          <CompanyName>string</CompanyName>
          <LegalType>string</LegalType>
          <FiscalCode>string</FiscalCode>
          <VatNumber>string</VatNumber>
          <Email>string</Email>
          <MobileNumber>string</MobileNumber>
          <Nation>string</Nation>
          <Province>string</Province>
          <Town>string</Town>
          <Zip>string</Zip>
          <Address>string</Address>
          <PhoneNumber>string</PhoneNumber>
          <FaxNumber>string</FaxNumber>
          <SignerName>string</SignerName>
          <SignerSurname>string</SignerSurname>
          <SignerFiscalCode>string</SignerFiscalCode>
          <SignerGender>string</SignerGender>
          <SignerBirthDate>dateTime</SignerBirthDate>
          <SignerBirthCountry>string</SignerBirthCountry>
          <SignerBirthProvince>string</SignerBirthProvince>
          <SignerBirthTown>string</SignerBirthTown>
          <SignerResidenceProv>string</SignerResidenceProv>
          <SignerResidenceTown>string</SignerResidenceTown>
          <SignerResidenceAddress>string</SignerResidenceAddress>
          <SignerDocumentType>string</SignerDocumentType>
          <SignerDocumentNr>string</SignerDocumentNr>
          <SignerDocRelease>dateTime</SignerDocRelease>
          <SignerDocNationality>string</SignerDocNationality>
          <SignerDocProvince>string</SignerDocProvince>
          <SignerDocTown>string</SignerDocTown>
          <SignerDocExpiration>dateTime</SignerDocExpiration>
          <Iban>string</Iban>
          <Opecodunivoco>string</Opecodunivoco>
          <Opepec>string</Opepec>
        </Business>
        <Consumer>
          <Name>string</Name>
          <Surname>string</Surname>
          <BusinessName>string</BusinessName>
          <FiscalCode>string</FiscalCode>
          <VatNumber>string</VatNumber>
          <Gender>string</Gender>
          <Email>string</Email>
          <PhoneNumber>string</PhoneNumber>
          <FaxNumber>string</FaxNumber>
          <MobileNumber>string</MobileNumber>
          <MainNationality>string</MainNationality>
          <BirthDate>dateTime</BirthDate>
          <BirthCountry>string</BirthCountry>
          <BirthProvince>string</BirthProvince>
          <BirthTown>string</BirthTown>
          <Province>string</Province>
          <Town>string</Town>
          <Zip>string</Zip>
          <Address>string</Address>
          <Profession>string</Profession>
          <DocType>string</DocType>
          <DocNr>string</DocNr>
          <DocRelease>dateTime</DocRelease>
          <DocNationality>string</DocNationality>
          <DocProvince>string</DocProvince>
          <DocTown>string</DocTown>
          <DocExpiration>dateTime</DocExpiration>
          <Iban>string</Iban>
          <Opecodunivoco>string</Opecodunivoco>
          <Opepec>string</Opepec>
        </Consumer>
        <ProposalStatus>string</ProposalStatus>
        <ErrorList>
          <Error>
            <Code>string</Code>
            <Description>string</Description>
          </Error>
          <Error>
            <Code>string</Code>
            <Description>string</Description>
          </Error>
        </ErrorList>
        <HasError>boolean</HasError>
        <WarningList>
          <Warning>
            <Code>string</Code>
            <Description>string</Description>
          </Warning>
          <Warning>
            <Code>string</Code>
            <Description>string</Description>
          </Warning>
        </WarningList>
        <HasCI>boolean</HasCI>
        <HasCF>boolean</HasCF>
        <HasCTR>boolean</HasCTR>
        <HasVC>boolean</HasVC>
        <HasFattura>boolean</HasFattura>
        <HasLACC>boolean</HasLACC>
        <InternetNR>string</InternetNR>
      </GetProposalInfoResult>
    </GetProposalInfoResponse>
  </soap12:Body>
</soap12:Envelope>