Created
June 12, 2011 01:39
-
-
Save elricstorm/1021154 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
require 'net/https' | |
require 'uri' | |
class Zong | |
def initialize(customer_key = nil) | |
@xml_data = <<EOF | |
<?xml version="1.0" encoding="UTF-8"?> | |
<requestMobilePaymentProcessEntrypoints xmlns="http://pay01.zong.com/zongpay" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pay01.zong.com/zongpay/zongpay.xsd"> | |
<customerKey>#{customer_key}</customerKey> | |
<countryCode>US</countryCode> | |
<items currency="USD" /> | |
</requestMobilePaymentProcessEntrypoints> | |
EOF | |
@uri = URI.parse('https://pay01.zong.com/zongpay/actions/default?method=lookup') | |
@data = "method=lookup&request=#{URI.escape(@xml_data)}" | |
# I HAVE TESTED OUT ALL OF THE @data INSTANCE VARS BELOW AS WELL | |
#@data = "?method=lookup&request=#{URI.escape(@xml_data)}" | |
#@data = "&request=#{URI.escape(@xml_data)}" | |
#@data = "request=#{URI.escape(@xml_data)}" | |
#@data = "method=lookup&request=#{@xml_data}" | |
#@data = "request=#{@xml_data}" | |
end | |
def build_request | |
@http_session = Net::HTTP.new(@uri.host, @uri.port) | |
@http_session.use_ssl = true if @uri.scheme == "https" | |
if @http_session.use_ssl? | |
@http_session.verify_mode = OpenSSL::SSL::VERIFY_NONE | |
@http_session.ssl_timeout=30 | |
end | |
@headers = {'Content-Type' => 'text/xml'} | |
end | |
def send_request | |
msg_response = {} | |
@http_session.start { |http| | |
response = http.post(@uri.path, @data, @headers) | |
msg_response = {:header => response, :body => response.body, :message => response.message} | |
p msg_response[:header] | |
p msg_response[:body] | |
p msg_response[:message] | |
} | |
end | |
end | |
req = Zong.new('my_test_key') | |
req.build_request | |
req.send_request | |
=begin | |
THE ABOVE REQUEST RETURNS THE FOLLOWING: | |
response = #<Net::HTTPNotFound 404 Not Found readbody=true> | |
body = "<html><head><title>SpringSource tc Server/6.0.20.A - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - </h1><HR size=\"1\" noshade=\"noshade\"><p><b>type</b> Status report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The requested resource () is not available.</u></p><HR size=\"1\" noshade=\"noshade\"><h3>SpringSource tc Server/6.0.20.A</h3></body></html>" | |
message = "Not Found" | |
NOTES: If anyone tests this (yes you can still throw it in a file and run it), you should receive a forbidden response | |
because the key will be invalid. Right now, this response is showing not found. | |
The zongreturn_expected.xml below is what is expected from the response once it is successful. | |
=end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Our price lookup service receives a XML request from you and returns a XML response | |
containing a list of price points and their associated information for the requested | |
country. | |
URI: https://pay01.zong.com/zongpay/actions/default?method=lookup | |
HTTP METHOD Post | |
Input Parameters: | |
Parameter: request | |
Value: XML formatted request message | |
Comment: Follow Format Given Below | |
<?xml version="1.0" encoding="UTF-8"?> | |
<requestMobilePaymentProcessEntrypoints xmlns="http://pay01.zong.com/zongpay"xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xsi:schemaLocation="http://pay01.zong.com/zongpay/zongpay.xsd"> | |
<customerKey>yourcustomerkey</customerKey> | |
<countryCode>US</countryCode> | |
<items currency="USD"/> | |
</requestMobilePaymentProcessEntrypoints> | |
Testing the lookup method | |
You can test the lookup method using your customer key here: | |
http://pay01.zong.com/zongpay/lookup.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
- | |
<responseMobilePaymentProcessEntrypoints xsi:schemaLocation="http://pay01.zong.com/zongpay/zongpay.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://pay01.zong.com/zongpay"> | |
<countryCode>US</countryCode> | |
<localCurrency>USD</localCurrency> | |
<exchangeRate>1.0000</exchangeRate> | |
- | |
<providers> | |
<provider name="Boost" id="31008"/> | |
<provider name="Boost Unlimited" id="31011"/> | |
<provider name="Sprint" id="310120"/> | |
<provider name="Virgin" id="31012001"/> | |
<provider name="T-Mobile" id="310260"/> | |
<provider name="ATT" id="310410"/> | |
<provider name="Alltel" id="310500"/> | |
<provider name="Dobson" id="310680"/> | |
<provider name="Verizon" id="311280"/> | |
<provider name="US Cellular Corp." id="311580"/> | |
<provider name="Nextel" id="316010"/> | |
</providers> | |
- | |
<items>-<item zongPlusOnly="false" itemRef="0.5000_USD" requestCurrencyOutpayment="0.2100" outPayment="0.2100" workingPrice="0.5000" exactPrice="0.5000" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqblcI%2BySrW%2BNnJc19eTzno2FmtFOCtZFWtVFCgZKVkoGdqYGCgpKOUXArkhQa7AJlFmXCJeIgIUGVaYk5xKlAZUM7QAALMDE2BAmBtSrW1APDnHkU%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="1.0000_USD" requestCurrencyOutpayment="0.4800" outPayment="0.4800" workingPrice="1.0000" exactPrice="1.0000" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrbd71pQpzzlK5e%2B%2B95Sm%2B%2BHqhWCvBWsqpWKihQslIy1DMAAiUdpeRSIC802AXILMqES8RDRIAq0xJzilOByoByhgYQYGZoChQAa1OqrQUAIt0euw%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="1.9900_USD" requestCurrencyOutpayment="1.1300" outPayment="1.1300" workingPrice="1.9900" exactPrice="1.9900" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqL2qcWxDWD5RPnqckynVrOq6uVAryVrKqVCgqUrJQM9SwtDQyUdJSSS4G80GAXILMoEy4RDxEBqkxLzClOBSoDyhkaQICZoSlQAKxNqbYWAAhzG9A%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="2.9900_USD" requestCurrencyOutpayment="1.7900" outPayment="1.7900" workingPrice="2.9900" exactPrice="2.9900" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNpT3HYn3sys9lxVX5TsthKDTdVKAd5KVtVKBQVKVkpGepaWBgZKOkrJpUBeaLALkFmUCZeIh4gAVaYl5hSnApUB5QwNIMDM0BQoANamVFsLAGzoHNs%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="3.0000_USD" requestCurrencyOutpayment="1.8100" outPayment="1.8100" workingPrice="3.0000" exactPrice="3.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqr5ZK7VMkdFhJ%2BPzvNIjvoaLVSgLeSVbVSQYGSlZKxngEQKOkoJZcCeaHBLkBmUSZcIh4iAlRZUlSaClQFlDI0gAAzQ1OgAFiXUm0tAOrsG4A%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="3.9900_USD" requestCurrencyOutpayment="2.4200" outPayment="2.4200" workingPrice="3.9900" exactPrice="3.9900" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNr7ZH80T0mFI2tpgnLE8ul%2BHtVKAd5KVtVKBQVKVkrGepaWBgZKOkrJpUBeaLALkFmUCZeIh4gAVaYl5hSnApUB5QwNIMDM0BQoANamVFsLABulG%2Fk%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="4.9900_USD" requestCurrencyOutpayment="3.0500" outPayment="3.0500" workingPrice="4.9900" exactPrice="4.9900" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNo7N4t5y%2FcgqVqxSfdEjj8LDq9WCvBWsqpWKihQslIy0bO0NDBQ0lFKLgXyQoNdgMyiTLhEPEQEqDItMac4FagMKGdoAAFmhqZAAbA2pdpaAKl2HXs%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="6.9900_USD" requestCurrencyOutpayment="4.3000" outPayment="4.3000" workingPrice="6.9900" exactPrice="6.9900" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNpTvL801uGMnfDST%2FNvW%2FIdW1StFOCtZFWtVFCgZKVkpmdpaWCgpKOUXArkhQa7AJlFmXCJeIgIUGVaYk5xKlAZUM7QAALMDE2BAmBtSrW1ALhbHa4%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="9.9900_USD" requestCurrencyOutpayment="6.1800" outPayment="6.1800" workingPrice="9.9900" exactPrice="9.9900" priceMatched="true"> | |
<supportedProviders all="true"/> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNr7deJC7tYFzY5Pc6LrF%2B24rlmtFOCtZFWtVFCgZKVkqWdpaWCgpKOUXArkhQa7AJlFmXCJeIgIUGVaYk5xKlAZUM7QAALMDE2BAmBtSrW1AFEzHzI%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="12.0000_USD" requestCurrencyOutpayment="10.2000" outPayment="10.2000" workingPrice="12.0000" exactPrice="12.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrT3GGyZ1m04f5Jl9nlOa%2Bc31GtFOCtZFWtVFCgZKVkaKRnAARKOkrJpUBuaLALkFmUiZCJhwgB1ZYUlaYClQHlDA0gwMzQFCgA1qZUWwsAmacdKw%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="14.9900_USD" requestCurrencyOutpayment="12.7000" outPayment="12.7000" workingPrice="14.9900" exactPrice="14.9900" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrTMjY4tzHvlmjy%2BqmNxoclPlcrBXgrWVUrFRQoWSkZmuhZWhoYKOkoJZcCuaHBLkBmUSZCJh4iBFRbUlSaClQGlDM0gAAzQ1OgAFibUm0tAJUlHTQ%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="19.9900_USD" requestCurrencyOutpayment="14.6000" outPayment="14.6000" workingPrice="19.9900" exactPrice="19.9900" priceMatched="true">- | |
<supportedProviders> | |
<provider name="ATT" id="310410"/> | |
</supportedProviders> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNo7oXEjf%2FKWuRy5PFd%2B9eQ8%2FVWtFOCtZFWtVFCgZKVkaKlnaWlgoKSjlFwK5IYGuwCZRZkImXiIEFBtWmJOcSpQHVDS0AACzAxNgQJgfUq1tQBaQh84</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="24.0000_USD" requestCurrencyOutpayment="20.4000" outPayment="20.4000" workingPrice="24.0000" exactPrice="24.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrjdsne18wiUbrJreB4yrWSD9VKAd5KVtVKBQVKVkpGJnoGQKCko5RcCuSGBrsAmUWZCJl4iBBQbUlRaSpQGVDO0AACzAxNgQJgbUq1tQByKRzZ</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="24.9900_USD" requestCurrencyOutpayment="21.2000" outPayment="21.2000" workingPrice="24.9900" exactPrice="24.9900" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNr7JJ7lbi89n%2FOxnG0v25KsedVKAd5KVtVKBQVKVkpGJnqWlgYGSjpKyaVAbmiwC5BZlImQiYcIAdWWFJWmApUB5QwNIMDM0BQoANamVFsLABgGG90%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="26.0000_USD" requestCurrencyOutpayment="19.1000" outPayment="19.1000" workingPrice="26.0000" exactPrice="26.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNp7Wn6KLePvGafOps8LjJ7uvlitFOCtZFWtVFCgZKVkZKZnAARKOkrJpUBuaLALkFmUiZCJhwgB1ZYUlaYClQHlDA0gwMzQFCgA1qZUWwsAbzYfZA%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="27.0000_USD" requestCurrencyOutpayment="19.8000" outPayment="19.8000" workingPrice="27.0000" exactPrice="27.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqLj6%2FffK7UdYvyu4h8gwsNZdVKAd5KVtVKBQVKVkpG5noGQKCko5RcCuSGBrsAmUWZCJl4iBBQbUlRaSpQGVDO0AACzAxNgQJgbUq1tQC7OR2A</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="28.0000_USD" requestCurrencyOutpayment="20.5000" outPayment="20.5000" workingPrice="28.0000" exactPrice="28.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrrnq3z6kbURK2Jd%2Fhl3CdZiVUrBXgrWVUrFRQoWSkZWegZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAXngccg%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="29.0000_USD" requestCurrencyOutpayment="21.3000" outPayment="21.3000" workingPrice="29.0000" exactPrice="29.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrzOMG2q%2BjSbC038bvGdbPXs1YrBXgrWVUrFRQoWSkZWeoZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAZxkcnQ%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="false" itemRef="29.9900_USD" requestCurrencyOutpayment="16.3000" outPayment="16.3000" workingPrice="29.9900" exactPrice="29.9900" priceMatched="true">- | |
<supportedProviders> | |
<provider name="ATT" id="310410"/> | |
</supportedProviders> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNpjeSjmKio340YAv8A0fhmPadVKAd5KVtVKBQVKVkpGlnqWlgYGSjpKyaVAbmiwC5BZlImQiYcIAdWmJeYUpwLVASUNDSDAzNAUKADWp1RbCwC7jhrq</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="30.0000_USD" requestCurrencyOutpayment="22.0000" outPayment="22.0000" workingPrice="30.0000" exactPrice="30.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNpba8S7MKmJ5bTm3%2BlTu6z7Y6uVAryVrKqVCgqUrJSMDfQMgEBJRym5FMgNDXYBMosyETLxECGg2pKi0lSgMqCcoQEEmBmaAgXA2pRqawFw0Ry9</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="31.0000_USD" requestCurrencyOutpayment="22.7000" outPayment="22.7000" workingPrice="31.0000" exactPrice="31.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNpb9%2BjhJq0721N3dJ%2Fku9TULVmtFOCtZFWtVFCgZKVkbKhnAARKOkrJpUBuaLALkFmUiZCJhwgB1ZYUlaYClQHlDA0gwMzQFCgA1qZUWwsARUEe0w%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="32.0000_USD" requestCurrencyOutpayment="23.5000" outPayment="23.5000" workingPrice="32.0000" exactPrice="32.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNoLfpkxpYFhM3NxvK3DtyPXa6qVAryVrKqVCgqUrJSMjfQMgEBJRym5FMgNDXYBMosyETLxECGg2pKi0lSgMqCcoQEEmBmaAgXA2pRqawGjah1I</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="33.0000_USD" requestCurrencyOutpayment="24.2000" outPayment="24.2000" workingPrice="33.0000" exactPrice="33.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqzWbhozlHBql9NHw%2Bn9YjzxlYrBXgrWVUrFRQoWSkZG%2BsZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAxpIdjg%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="34.0000_USD" requestCurrencyOutpayment="24.9000" outPayment="24.9000" workingPrice="34.0000" exactPrice="34.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNozePE9KPxv5KdLzfwRzqfvPKpWCvBWsqpWKihQslIyNtEzAAIlHaXkUiA3NNgFyCzKRMjEQ4SAakuKSlOByoByhgYQYGZoChQAa1OqrQUATt0fCg%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="35.0000_USD" requestCurrencyOutpayment="25.7000" outPayment="25.7000" workingPrice="35.0000" exactPrice="35.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqbaTm1T5t93qM8%2BxfmjvIrz1UrBXgrWVUrFRQoWSkZm%2BoZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAdmYczg%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="36.0000_USD" requestCurrencyOutpayment="26.4000" outPayment="26.4000" workingPrice="36.0000" exactPrice="36.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNoLK9x9S8KsWGiDk7r435Qu5mqlAG8lq2qlggIlKyVjMz0DIFDSUUouBXJDg12AzKJMhEw8RAiotqSoNBWoDChnaAABZoamQAGwNqXaWgAcyBvT</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="37.0000_USD" requestCurrencyOutpayment="27.1000" outPayment="27.1000" workingPrice="37.0000" exactPrice="37.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNpriGeofcc7VeiIoGRJUPKE3mqlAG8lq2qlggIlKyVjcz0DIFDSUUouBXJDg12AzKJMhEw8RAiotqSoNBWoDChnaAABZoamQAGwNqXaWgAO3xu6</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="38.0000_USD" requestCurrencyOutpayment="27.9000" outPayment="27.9000" workingPrice="38.0000" exactPrice="38.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqTvZH88dRM93Xlb1nWnP7Odr5aKcBbyapaqaBAyUrJ2ELPAAiUdJSSS4Hc0GAXILMoEyETDxECqi0pKk0FKgPKGRpAgJmhKVAArE2pthYAOlUe1g%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="39.0000_USD" requestCurrencyOutpayment="28.6000" outPayment="28.6000" workingPrice="39.0000" exactPrice="39.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNp74L%2FN%2BY6tnddKbYvQc%2BrGktVKAd5KVtVKBQVKVkrGlnoGQKCko5RcCuSGBrsAmUWZCJl4iBBQbUlRaSpQGVDO0AACzAxNgQJgbUq1tQAvUhv3</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="40.0000_USD" requestCurrencyOutpayment="29.3000" outPayment="29.3000" workingPrice="40.0000" exactPrice="40.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrberihgelY3C5h9%2Bl7HeQKWaqVAryVrKqVCgqUrJRMDPQMgEBJRym5FMgNDXYBMosyETLxECGg2pKi0lSgMqCcoQEEmBmaAgXA2pRqawFU2hxV</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="41.0000_USD" requestCurrencyOutpayment="30.1000" outPayment="30.1000" workingPrice="41.0000" exactPrice="41.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNo7eTFP%2F8ANxS%2BLZq%2B3YzvBP6daKcBbyapaqaBAyUrJxFDPAAiUdJSSS4Hc0GAXILMoEyETDxECqi0pKk0FKgPKGRpAgJmhKVAArE2pthYA9TYeBQ%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="42.0000_USD" requestCurrencyOutpayment="30.8000" outPayment="30.8000" workingPrice="42.0000" exactPrice="42.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNoL%2FTWzaH2o88kQpkvK56YHnatWCvBWsqpWKihQslIyMdIzAAIlHaXkUiA3NNgFyCzKRMjEQ4SAakuKSlOByoByhgYQYGZoChQAa1OqrQUA0nUdug%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="43.0000_USD" requestCurrencyOutpayment="31.6000" outPayment="31.6000" workingPrice="43.0000" exactPrice="43.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNprZIsK5%2Bl8YLxqAueVDRX7N1crBXgrWVUrFRQoWSmZGOsZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAiSkdEw%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="44.0000_USD" requestCurrencyOutpayment="32.3000" outPayment="32.3000" workingPrice="44.0000" exactPrice="44.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNoTSktrL584XeTname%2BDe4qrtVKAd5KVtVKBQVKVkomJnoGQKCko5RcCuSGBrsAmUWZCJl4iBBQbUlRaSpQGVDO0AACzAxNgQJgbUq1tQAm8hvx</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="45.0000_USD" requestCurrencyOutpayment="33.0000" outPayment="33.0000" workingPrice="45.0000" exactPrice="45.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNrTq4jduVGrsNNeL%2FXEo3QtzWqlAG8lq2qlggIlKyUTUz0DIFDSUUouBXJDg12AzKJMhEw8RAiotqSoNBWoDChnaAABZoamQAGwNqXaWgBIbRxN</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="46.0000_USD" requestCurrencyOutpayment="33.8000" outPayment="33.8000" workingPrice="46.0000" exactPrice="46.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNormso2WeCqtVvvyrWLZR2uplQrBXgrWVUrFRQoWSmZmOkZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAZ5Qcqg%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="47.0000_USD" requestCurrencyOutpayment="34.5000" outPayment="34.5000" workingPrice="47.0000" exactPrice="47.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNp7r%2FljasSR0gnme2cyTVryXa9aKcBbyapaqaBAyUrJxFzPAAiUdJSSS4Hc0GAXILMoEyETDxECqi0pKk0FKgPKGRpAgJmhKVAArE2pthYABI8eOg%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="48.0000_USD" requestCurrencyOutpayment="35.2000" outPayment="35.2000" workingPrice="48.0000" exactPrice="48.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqzYbq%2BrtrXRbVqfZzBG88tMtVKAd5KVtVKBQVKVkomFnoGQKCko5RcCuSGBrsAmUWZCJl4iBBQbUlRaSpQGVDO0AACzAxNgQJgbUq1tQA%2Byxw8</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="49.0000_USD" requestCurrencyOutpayment="36.0000" outPayment="36.0000" workingPrice="49.0000" exactPrice="49.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNo7uM9uWSoH52dtVYN7bnuFPlQrBXgrWVUrFRQoWSmZWOoZAIGSjlJyKZAbGuwCZBZlImTiIUJAtSVFpalAZUA5QwMIMDM0BQqAtSnV1gIAcNQcvQ%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="49.9900_USD" requestCurrencyOutpayment="36.7000" outPayment="36.7000" workingPrice="49.9900" exactPrice="49.9900" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNprqYsJb3iufOjotb%2Fac3ddF65WCvBWsqpWKihQslIysdSztDQwUNJRSi4FckODXYDMokyETDxECKi2pKg0FagMKGdoAAFmhqZAAbA2pdpaACfYHrc%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="50.0000_USD" requestCurrencyOutpayment="36.7000" outPayment="36.7000" workingPrice="50.0000" exactPrice="50.0000" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNo7s9jiwU72xp8BmkwTj34sK65WCvBWsqpWKihQslIyNdAzAAIlHaXkUiA3NNgFyCzKRMjEQ4SAakuKSlOByoByhgYQYGZoChQAa1OqrQUA5hQd6g%3D%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="69.9900_USD" requestCurrencyOutpayment="59.5000" outPayment="59.5000" workingPrice="69.9900" exactPrice="69.9900" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNqbuXFWpt2pWXzrtu2ac7mRxb5aKcBbyapaqaBAyUrJzFLP0tLAQElHKbkUyA0NdgEyizIRMvEQIaDakqLSVKAyoJyhAQSYGZoCBcDalGprAeotHgQ%3D</entrypointUrl> | |
</item>-<item zongPlusOnly="true" itemRef="99.9900_USD" requestCurrencyOutpayment="85.0000" outPayment="85.0000" workingPrice="99.9900" exactPrice="99.9900" priceMatched="true"> | |
<entrypointUrl>https://pay01.zong.com/zongpay/actions/processing?purchaseKey=eNq7Hjjpfdpj%2FnzOGVLnz36eF1utFOCtZFWtVFCgZKVkaalnaWlgoKSjlFwK5IYGuwCZRZkImXiIEFBtSVFpKlAZUM7QAALMDE2BAmBtSrW1AA55HnE%3D</entrypointUrl> | |
</item></items> | |
</responseMobilePaymentProcessEntrypoints> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment