clsZCreditWS


Click here for a complete list of operations.

GetReportDataEncrypted

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 /ZCreditWS.asmx HTTP/1.1
Host: pci.zcredit.co.il
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://z-credit.com/GetReportDataEncrypted"

<?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>
    <GetReportDataEncrypted xmlns="http://z-credit.com/">
      <TransactionsSource>int</TransactionsSource>
      <LoginToken>string</LoginToken>
      <UUID>string</UUID>
      <CardNumber_Last4Digits>string</CardNumber_Last4Digits>
      <From_TransactionDate_DDmmYYHHMMSS>string</From_TransactionDate_DDmmYYHHMMSS>
      <To_TransactionDate_DDmmYYHHMMSS>string</To_TransactionDate_DDmmYYHHMMSS>
      <From_TransactionSum>string</From_TransactionSum>
      <To_TransactionSum>string</To_TransactionSum>
      <HolderID>string</HolderID>
      <ShvaAuthNumber>string</ShvaAuthNumber>
      <InternalReferenceNumber>string</InternalReferenceNumber>
      <CardIssuerCode>string</CardIssuerCode>
      <CardFinancerCode>string</CardFinancerCode>
      <TransactionType>string</TransactionType>
      <NumberOfPayments>string</NumberOfPayments>
      <RefundsOnly>boolean</RefundsOnly>
    </GetReportDataEncrypted>
  </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>
    <GetReportDataEncryptedResponse xmlns="http://z-credit.com/">
      <GetReportDataEncryptedResult>boolean</GetReportDataEncryptedResult>
      <Validation_Result_Code>int</Validation_Result_Code>
      <Validation_Result_Message>string</Validation_Result_Message>
      <XmlDataResponse>string</XmlDataResponse>
    </GetReportDataEncryptedResponse>
  </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 /ZCreditWS.asmx HTTP/1.1
Host: pci.zcredit.co.il
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>
    <GetReportDataEncrypted xmlns="http://z-credit.com/">
      <TransactionsSource>int</TransactionsSource>
      <LoginToken>string</LoginToken>
      <UUID>string</UUID>
      <CardNumber_Last4Digits>string</CardNumber_Last4Digits>
      <From_TransactionDate_DDmmYYHHMMSS>string</From_TransactionDate_DDmmYYHHMMSS>
      <To_TransactionDate_DDmmYYHHMMSS>string</To_TransactionDate_DDmmYYHHMMSS>
      <From_TransactionSum>string</From_TransactionSum>
      <To_TransactionSum>string</To_TransactionSum>
      <HolderID>string</HolderID>
      <ShvaAuthNumber>string</ShvaAuthNumber>
      <InternalReferenceNumber>string</InternalReferenceNumber>
      <CardIssuerCode>string</CardIssuerCode>
      <CardFinancerCode>string</CardFinancerCode>
      <TransactionType>string</TransactionType>
      <NumberOfPayments>string</NumberOfPayments>
      <RefundsOnly>boolean</RefundsOnly>
    </GetReportDataEncrypted>
  </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>
    <GetReportDataEncryptedResponse xmlns="http://z-credit.com/">
      <GetReportDataEncryptedResult>boolean</GetReportDataEncryptedResult>
      <Validation_Result_Code>int</Validation_Result_Code>
      <Validation_Result_Message>string</Validation_Result_Message>
      <XmlDataResponse>string</XmlDataResponse>
    </GetReportDataEncryptedResponse>
  </soap12:Body>
</soap12:Envelope>