Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.23 KB | None | 0 0
  1. REQUEST:
  2.  
  3. <authentication>
  4. <user>ACTIVE</user>
  5. <password>MERCHANT</password>
  6. </authentication>
  7. <sale id="1" reportGroup="Default Report Group">
  8. <orderId>1</orderId>
  9. <amount>10010</amount>
  10. <orderSource>applepay</orderSource>
  11. <billToAddress>
  12. <name/>
  13. <email>wow@example.com</email>
  14. <companyName>testCompany</companyName>
  15. <addressLine1>1 Main St.</addressLine1>
  16. <city>Burlington</city>
  17. <state>MA</state>
  18. <zip>01803-3747</zip>
  19. <country>USA</country>
  20. <phone>1234567890</phone>
  21. </billToAddress>
  22. <shipToAddress/>
  23. <card>
  24. <type>VI</type>
  25. <number>44444444400009</number>
  26. <expDate>0112</expDate>
  27. <cardValidationNum/>
  28. </card>
  29. <cardholderAuthentication>
  30. <authenticationValue>BwABBJQ1AgAAAAAgJDUCAAAAAAA=</authenticationValue>
  31. </cardholderAuthentication>
  32. </sale>
  33. </litleOnlineRequest>
  34.  
  35.  
  36. RESPONSE:
  37.  
  38. <saleResponse id='1' reportGroup='Default Report Group' customerId=''>
  39. <litleTxnId>965710283460875000</litleTxnId>
  40. <orderId>1</orderId>
  41. <response>000</response>
  42. <responseTime>2015-07-16T10:25:33</responseTime>
  43. <message>Approved</message>
  44. <authCode>75726</authCode>
  45. </saleResponse>
  46. </litleOnlineResponse>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement