MerchantService


Click here for a complete list of operations.

MakePayment

This XML Web service validates a client and redirects them to the Banco Popular Checkout Payment System

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Username:
Password:
CustomerName:
CustomerID:
CustomerEmail:
Total:
DescriptionBuy:
TaxAmount1:
address1:
address2:
city:
zipcode:
telephone:
fax:
ignoreValues:
language:
TaxAmount2:
TaxAmount3:
TaxAmount4:
TaxAmount5:
filler1:
filler2:
filler3:

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

<?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>
    <MakePayment xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <Username>string</Username>
      <Password>string</Password>
      <CustomerName>string</CustomerName>
      <CustomerID>string</CustomerID>
      <CustomerEmail>string</CustomerEmail>
      <Total>string</Total>
      <DescriptionBuy>string</DescriptionBuy>
      <TaxAmount1>string</TaxAmount1>
      <address1>string</address1>
      <address2>string</address2>
      <city>string</city>
      <zipcode>string</zipcode>
      <telephone>string</telephone>
      <fax>string</fax>
      <ignoreValues>string</ignoreValues>
      <language>string</language>
      <TaxAmount2>string</TaxAmount2>
      <TaxAmount3>string</TaxAmount3>
      <TaxAmount4>string</TaxAmount4>
      <TaxAmount5>string</TaxAmount5>
      <filler1>string</filler1>
      <filler2>string</filler2>
      <filler3>string</filler3>
    </MakePayment>
  </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>
    <MakePaymentResponse xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <MakePaymentResult>string</MakePaymentResult>
    </MakePaymentResponse>
  </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>
    <MakePayment xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <Username>string</Username>
      <Password>string</Password>
      <CustomerName>string</CustomerName>
      <CustomerID>string</CustomerID>
      <CustomerEmail>string</CustomerEmail>
      <Total>string</Total>
      <DescriptionBuy>string</DescriptionBuy>
      <TaxAmount1>string</TaxAmount1>
      <address1>string</address1>
      <address2>string</address2>
      <city>string</city>
      <zipcode>string</zipcode>
      <telephone>string</telephone>
      <fax>string</fax>
      <ignoreValues>string</ignoreValues>
      <language>string</language>
      <TaxAmount2>string</TaxAmount2>
      <TaxAmount3>string</TaxAmount3>
      <TaxAmount4>string</TaxAmount4>
      <TaxAmount5>string</TaxAmount5>
      <filler1>string</filler1>
      <filler2>string</filler2>
      <filler3>string</filler3>
    </MakePayment>
  </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>
    <MakePaymentResponse xmlns="http://tempuri.org/WebMerchant/MerchantService">
      <MakePaymentResult>string</MakePaymentResult>
    </MakePaymentResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

The following is a sample HTTP GET request and response. The placeholders shown need to be replaced with actual values.

GET /webservicev2/wscheckoutpayment.asmx/MakePayment?Username=string&Password=string&CustomerName=string&CustomerID=string&CustomerEmail=string&Total=string&DescriptionBuy=string&TaxAmount1=string&address1=string&address2=string&city=string&zipcode=string&telephone=string&fax=string&ignoreValues=string&language=string&TaxAmount2=string&TaxAmount3=string&TaxAmount4=string&TaxAmount5=string&filler1=string&filler2=string&filler3=string HTTP/1.1
Host: mmpay.evertecinc.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/WebMerchant/MerchantService">string</string>

HTTP POST

The following is a sample HTTP POST request and response. The placeholders shown need to be replaced with actual values.

POST /webservicev2/wscheckoutpayment.asmx/MakePayment HTTP/1.1
Host: mmpay.evertecinc.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Username=string&Password=string&CustomerName=string&CustomerID=string&CustomerEmail=string&Total=string&DescriptionBuy=string&TaxAmount1=string&address1=string&address2=string&city=string&zipcode=string&telephone=string&fax=string&ignoreValues=string&language=string&TaxAmount2=string&TaxAmount3=string&TaxAmount4=string&TaxAmount5=string&filler1=string&filler2=string&filler3=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<string xmlns="http://tempuri.org/WebMerchant/MerchantService">string</string>