MerchantService


Click here for a complete list of operations.

TransactionSearch

Transaction Search

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 /webservicev2/wscheckoutpayment.asmx HTTP/1.1
Host: mmpay.evertecinc.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/WebMerchant/MerchantService/TransactionSearch"

<?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>
    <TransactionSearch xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <TransactionSearchRequest xmlns="Evertec.MMPay.TransactionSearch">
        <Username>string</Username>
        <Password>string</Password>
        <AccountID>string</AccountID>
        <MinProcessDate>string</MinProcessDate>
        <MaxProcessDate>string</MaxProcessDate>
        <TotalPrice>string</TotalPrice>
        <TaxAmount1>string</TaxAmount1>
        <AuthorizationNum>string</AuthorizationNum>
        <ConfirmationNum>string</ConfirmationNum>
        <PaymentMethod>_X or _A or _C or _M or _W or _S or _T or _U or _V or _Unassigned or _Unknown</PaymentMethod>
        <RequestID>string</RequestID>
        <MerchantIdTransaction>string</MerchantIdTransaction>
      </TransactionSearchRequest>
    </TransactionSearch>
  </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>
    <TransactionSearchResponse xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <TransactionSearchResponse xmlns="Evertec.MMPay.TransactionSearch">
        <getError>string</getError>
        <getMessage>string</getMessage>
        <StatusCode>string</StatusCode>
        <FieldError>boolean</FieldError>
        <FieldErrorList>
          <anyType />
          <anyType />
        </FieldErrorList>
        <ResponseStatus>_Approved or _AuthenticationError or _Completed or _Declined or _Error or _Exception or _Failed or _Pending or _Processing or _Rejected or _Reversed or _Successfull or _Unassigned or _Unknown</ResponseStatus>
        <TransactionDetail>
          <xsd:schema>schema</xsd:schema>xml</TransactionDetail>
        <AffectedRows>int</AffectedRows>
      </TransactionSearchResponse>
    </TransactionSearchResponse>
  </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 /webservicev2/wscheckoutpayment.asmx HTTP/1.1
Host: mmpay.evertecinc.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:Body>
    <TransactionSearch xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <TransactionSearchRequest xmlns="Evertec.MMPay.TransactionSearch">
        <Username>string</Username>
        <Password>string</Password>
        <AccountID>string</AccountID>
        <MinProcessDate>string</MinProcessDate>
        <MaxProcessDate>string</MaxProcessDate>
        <TotalPrice>string</TotalPrice>
        <TaxAmount1>string</TaxAmount1>
        <AuthorizationNum>string</AuthorizationNum>
        <ConfirmationNum>string</ConfirmationNum>
        <PaymentMethod>_X or _A or _C or _M or _W or _S or _T or _U or _V or _Unassigned or _Unknown</PaymentMethod>
        <RequestID>string</RequestID>
        <MerchantIdTransaction>string</MerchantIdTransaction>
      </TransactionSearchRequest>
    </TransactionSearch>
  </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>
    <TransactionSearchResponse xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <TransactionSearchResponse xmlns="Evertec.MMPay.TransactionSearch">
        <getError>string</getError>
        <getMessage>string</getMessage>
        <StatusCode>string</StatusCode>
        <FieldError>boolean</FieldError>
        <FieldErrorList>
          <anyType />
          <anyType />
        </FieldErrorList>
        <ResponseStatus>_Approved or _AuthenticationError or _Completed or _Declined or _Error or _Exception or _Failed or _Pending or _Processing or _Rejected or _Reversed or _Successfull or _Unassigned or _Unknown</ResponseStatus>
        <TransactionDetail>
          <xsd:schema>schema</xsd:schema>xml</TransactionDetail>
        <AffectedRows>int</AffectedRows>
      </TransactionSearchResponse>
    </TransactionSearchResponse>
  </soap12:Body>
</soap12:Envelope>