MainServicesImpl


Click here for a complete list of operations.

getTransactionStatistics

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 /PSEWebServices3/MainServices.asmx HTTP/1.1
Host: desarrollo.pse.com.co
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://vesta.com.br/pse/MainServices/getTransactionStatistics"

<?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>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap:Header>
  <soap:Body>
    <getTransactionStatistics xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <getTransactionStatisticsInformation>
        <bankCode>string</bankCode>
        <type>WebServiceCallsNumber or WebServiceCallsAverageDuration or TransactionsSolvedByMonitor or TransactionsSolvedByConfirmTransactionPayment or SequentialFailuresInInitBankPayment or TransactionsNotAuthorizedByCause</type>
        <periodType>LastHalfHour or LastHour or Last4Hours or Last24Hours or RangeOfDates</periodType>
        <startDate>dateTime</startDate>
        <endDate>dateTime</endDate>
        <parameter>string</parameter>
      </getTransactionStatisticsInformation>
    </getTransactionStatistics>
  </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:Header>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap:Header>
  <soap:Body>
    <getTransactionStatisticsResponse xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <statistics>
        <label>string</label>
        <successCount>decimal</successCount>
        <errorCount>decimal</errorCount>
      </statistics>
      <statistics>
        <label>string</label>
        <successCount>decimal</successCount>
        <errorCount>decimal</errorCount>
      </statistics>
      <returnCode>SUCCESS or FAIL_ACCESSDENIED</returnCode>
    </getTransactionStatisticsResponse>
  </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 /PSEWebServices3/MainServices.asmx HTTP/1.1
Host: desarrollo.pse.com.co
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>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap12:Header>
  <soap12:Body>
    <getTransactionStatistics xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <getTransactionStatisticsInformation>
        <bankCode>string</bankCode>
        <type>WebServiceCallsNumber or WebServiceCallsAverageDuration or TransactionsSolvedByMonitor or TransactionsSolvedByConfirmTransactionPayment or SequentialFailuresInInitBankPayment or TransactionsNotAuthorizedByCause</type>
        <periodType>LastHalfHour or LastHour or Last4Hours or Last24Hours or RangeOfDates</periodType>
        <startDate>dateTime</startDate>
        <endDate>dateTime</endDate>
        <parameter>string</parameter>
      </getTransactionStatisticsInformation>
    </getTransactionStatistics>
  </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:Header>
    <messageHeader xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <to>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </to>
      <from>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </from>
      <representingParty>
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
        <additionalPartyIdentification d5p1:type="BUYER_ASSIGNED or DUNS or DUNS_PLUS_FOUR or SCAC or SELLER_ASSIGNED or UN_LOCATION_CODE" xmlns:d5p1="http://www.uc-council.org/smp/schemas/eanucc" />
      </representingParty>
    </messageHeader>
  </soap12:Header>
  <soap12:Body>
    <getTransactionStatisticsResponse xmlns="http://www.uc-council.org/smp/schemas/eanucc">
      <statistics>
        <label>string</label>
        <successCount>decimal</successCount>
        <errorCount>decimal</errorCount>
      </statistics>
      <statistics>
        <label>string</label>
        <successCount>decimal</successCount>
        <errorCount>decimal</errorCount>
      </statistics>
      <returnCode>SUCCESS or FAIL_ACCESSDENIED</returnCode>
    </getTransactionStatisticsResponse>
  </soap12:Body>
</soap12:Envelope>