Created
July 4, 2016 12:51
-
-
Save vinioliveira/152d93f7e7b20563608003a28ecdb9f0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tns="https://www.placetopay.com/soap/pse/" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> | |
<env:Body> | |
<tns:createTransaction> | |
<auth> | |
<login>b72db1f1cf38b6df86e8ce1e74844b6c</login> | |
<tranKey>a301cd91fd336b9f10eea76b16865a5b40fad22f</tranKey> | |
<seed>2016-07-04T09:48:07-03:00</seed> | |
<additional/> | |
</auth> | |
<transaction> | |
<bankCode>1011</bankCode> | |
<bankInterface>1</bankInterface> | |
<returnURL>http://192.41.41.12/retorno</returnURL> | |
<reference>11344123</reference> | |
<description/> | |
<language>es</language> | |
<currency>COP</currency> | |
<totalAmount>1333.5</totalAmount> | |
<taxAmount>13.4</taxAmount> | |
<devolutionBase>34.13</devolutionBase> | |
<payer> | |
<document>42799809</document> | |
<documentType>CC</documentType> | |
<firstName>Mr. Bernie Emard</firstName> | |
<lastName/> | |
<company>AACD</company> | |
<emailAddress>[email protected]</emailAddress> | |
<address>Torp Shores East Leanne</address> | |
<city>Collierton</city> | |
<province>Oklahoma</province> | |
<country>CO</country> | |
<phone>1212313123</phone> | |
<mobile>1212313123</mobile> | |
</payer> | |
<buyer> | |
<document>42799809</document> | |
<documentType>CC</documentType> | |
<firstName>Mr. Bernie Emard</firstName> | |
<lastName/> | |
<company>AACD</company> | |
<emailAddress>[email protected]</emailAddress> | |
<address>Torp Shores East Leanne</address> | |
<city>Collierton</city> | |
<province>Oklahoma</province> | |
<country>CO</country> | |
<phone>1212313123</phone> | |
<mobile>1212313123</mobile> | |
</buyer> | |
<ipAddress>177.99.48.250</ipAddress> | |
<userAgent>Mozilla/5.0 (Android; Mobile; rv:13.0) Gecko/13.0 Firefox/13.0</userAgent> | |
<additional/> | |
</transaction> | |
</tns:createTransaction> | |
</env:Body> | |
</env:Envelope> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment