Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. 2019-11-22 09:49:17
  2.  
  3. Try to send Postback to url = https://payments.lblv.com/Paybotique/postback-url-handler.aspx | ConnectionName => payboutique
  4. <Message version="0.5">
  5. <Header>
  6. <Identity>
  7. <UserID>1227</UserID>
  8. <Checksum>78BF3B4F68BC1D970A4D829B499288470A534DBF8EAE83D8AE1B14C582E4B8F481D3C8F954523FBFEEF914692BC039F21435BCA779B943297A584C89C64DE6D7</Checksum>
  9. </Identity>
  10. <Time>20191122T094917+00</Time>
  11. </Header>
  12. <Body type="TransactionReportResponse">
  13. <ReportedTransaction type="Purchase">
  14. <MerchantID>581</MerchantID>
  15. <OrderID>124388-95506497</OrderID>
  16. <MerchantReference></MerchantReference>
  17. <PaymentMethod>CreditCard</PaymentMethod>
  18. <AmountMerchantCurrency>100</AmountMerchantCurrency>
  19. <TotalOrderAmountMerchantCurrency>100</TotalOrderAmountMerchantCurrency>
  20. <MerchantCurrency>USD</MerchantCurrency>
  21. <Label>Credit Card Transaction</Label>
  22. <AmountBuyerCurrency>6639.67</AmountBuyerCurrency>
  23. <TotalOrderAmountBuyerCurrency>6639.67</TotalOrderAmountBuyerCurrency>
  24. <BuyerCurrency>RUB</BuyerCurrency>
  25. <Status>captured</Status>
  26. <ReferenceID>5158224</ReferenceID>
  27. <LastUpdate>20191122T094858+00</LastUpdate>
  28. <CreationDate>20191122T094724+00</CreationDate>
  29. <CaptureDate>20191122T094847+00</CaptureDate>
  30. <SettlementDate>20191128T120000+00</SettlementDate>
  31. <SettlementAmount>86.24</SettlementAmount>
  32. <TotalOrderSettlementAmount>86.24</TotalOrderSettlementAmount>
  33. <GrossSettlementAmount>90.3</GrossSettlementAmount>
  34. <TotalOrderGrossSettlementAmount>90.3</TotalOrderGrossSettlementAmount>
  35. <SettlementCurrency>EUR</SettlementCurrency>
  36. <SiteAddress>https://lblv.com</SiteAddress>
  37. <Param1>124388</Param1>
  38. <Param2>100</Param2>
  39. <Param3>USD</Param3>
  40. <Live>true</Live>
  41. <Description>перевод средств в пользу lblv</Description>
  42.  
  43. <Card>
  44. <CardMask>639002|4347</CardMask>
  45. </Card>
  46.  
  47. </ReportedTransaction>
  48. <AdditionalInfo>
  49. <Payer>
  50. <FirstName>Aleksei</FirstName>
  51. <LastName>Kuzminov</LastName>
  52. <Email>na@na.com</Email>
  53. <Country>Russ</Country>
  54. <City>Sochi</City>
  55. <Address>street</Address>
  56. <ClientIP>188.169.137.131</ClientIP>
  57. </Payer>
  58. </AdditionalInfo>
  59.  
  60.  
  61. </Body>
  62. </Message>
  63.  
  64. 2019-11-22 09:49:19
  65.  
  66. Response of merchant | ConnectionName => payboutique
  67. {
  68. "response": "OK",
  69. "status": {
  70. "url": "https://payments.lblv.com/Paybotique/postback-url-handler.aspx",
  71. "content_type": "application/json; charset=utf-8",
  72. "http_code": 200,
  73. "header_size": 579,
  74. "request_size": 218,
  75. "filetime": -1,
  76. "ssl_verify_result": 0,
  77. "redirect_count": 0,
  78. "total_time": 1.425399,
  79. "namelookup_time": 0.028654,
  80. "connect_time": 0.029493,
  81. "pretransfer_time": 0.042166,
  82. "size_upload": 3172,
  83. "size_download": 2,
  84. "speed_download": 1,
  85. "speed_upload": 2225,
  86. "download_content_length": 2,
  87. "upload_content_length": 3172,
  88. "starttransfer_time": 0.043137,
  89. "redirect_time": 0,
  90. "redirect_url": "",
  91. "primary_ip": "99.86.122.103",
  92. },
  93. "error": "",
  94. "errno": 0
  95. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement