Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.85 KB | None | 0 0
  1. Try to send Postback to url = http://www.diamondstrades.com/index.php?fc=module&module=ps_checkpayment&controller=checkout
  2. <Message version="0.5">
  3. <Header>
  4. <Identity>
  5. <UserID>895</UserID>
  6. <Checksum>FB0EB2F748EC2DC2C0D98D0CEE56DB33621F638925102D03500016F58C972AB25C1C25309E8E5AB100AA9CA38E63E647AC1745E822B5320513E9D3E984306C40</Checksum>
  7. </Identity>
  8. <Time>20171018T074308+00</Time>
  9. </Header>
  10. <Body type="TransactionReportResponse">
  11. <ReportedTransaction type="Purchase">
  12. <MerchantID>438</MerchantID>
  13. <OrderID>207</OrderID>
  14. <MerchantReference></MerchantReference>
  15. <PaymentMethod>CreditCard</PaymentMethod>
  16. <AmountMerchantCurrency>1771</AmountMerchantCurrency>
  17. <TotalOrderAmountMerchantCurrency>1771</TotalOrderAmountMerchantCurrency>
  18. <MerchantCurrency>USD</MerchantCurrency>
  19. <Label>Order : 207</Label>
  20. <AmountBuyerCurrency>1771</AmountBuyerCurrency>
  21. <TotalOrderAmountBuyerCurrency>1771</TotalOrderAmountBuyerCurrency>
  22. <BuyerCurrency>USD</BuyerCurrency>
  23. <Status>captured</Status>
  24. <ReferenceID>3698435</ReferenceID>
  25. <LastUpdate>20171018T074307+00</LastUpdate>
  26. <CreationDate>20171018T074254+00</CreationDate>
  27. <CaptureDate>20171018T074307+00</CaptureDate>
  28. <SettlementDate>20171026T120000+00</SettlementDate>
  29. <SettlementAmount>1691.31</SettlementAmount>
  30. <TotalOrderSettlementAmount>1691.31</TotalOrderSettlementAmount>
  31. <GrossSettlementAmount>1771</GrossSettlementAmount>
  32. <TotalOrderGrossSettlementAmount>1771</TotalOrderGrossSettlementAmount>
  33. <SettlementCurrency>USD</SettlementCurrency>
  34. <SiteAddress>http://www.diamondstrades.com/</SiteAddress>
  35. <Param1></Param1>
  36. <Param2></Param2>
  37. <Param3></Param3>
  38. <Live>false</Live>
  39.  
  40. <Card>
  41. <CardMask></CardMask>
  42. </Card>
  43.  
  44. </ReportedTransaction>
  45.  
  46. </Body>
  47. </Message>
  48.  
  49.  
  50.  
  51. PostbackFail
  52. {
  53. "message": "Not valid response from merchant url = http://www.diamondstrades.com/index.php?fc=module&module=ps_checkpayment&controller=checkout",
  54. "curl_response": "OK",
  55. "curl_status": {
  56. "url": "http://www.diamondstrades.com/index.php?fc=module&module=ps_checkpayment&controller=checkout",
  57. "content_type": "text/plain; charset=windows-1252",
  58. "http_code": 200,
  59. "header_size": 1143,
  60. "request_size": 249,
  61. "filetime": -1,
  62. "ssl_verify_result": 0,
  63. "redirect_count": 0,
  64. "total_time": 0.529482,
  65. "namelookup_time": 0.060594,
  66. "connect_time": 0.090356,
  67. "pretransfer_time": 0.090392,
  68. "size_upload": 2446,
  69. "size_download": 5,
  70. "speed_download": 9,
  71. "speed_upload": 4619,
  72. "download_content_length": -1,
  73. "upload_content_length": 2446,
  74. "starttransfer_time": 0.120166,
  75. "redirect_time": 0,
  76. "redirect_url": "",
  77. "primary_ip": "136.243.150.143",
  78. "certinfo": [],
  79. },
  80. "curl_error": "0 "
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement