Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. Try to send Postback to url = http://devstage.24bas.com/api/v1/payment/result/payboutique | ConnectionName => payboutique
  2. <Message version="0.5">
  3. <Header>
  4. <Identity>
  5. <UserID>1106</UserID>
  6. <Checksum>DB69BD8695D3B573E8B273C5CB7BF7A347103F3565B97B67D0F414DAD912BD02B5B640080CB7F349D11149E5957CCB256E60280D74027E4B92FBB51EBD1A4533</Checksum>
  7. </Identity>
  8. <Time>20180622T233907+00</Time>
  9. </Header>
  10. <Body type="TransactionReportResponse">
  11. <ReportedTransaction type="Purchase">
  12. <MerchantID>530</MerchantID>
  13. <OrderID>TEST-ORDER-ID-2</OrderID>
  14. <MerchantReference></MerchantReference>
  15. <PaymentMethod>CreditCard</PaymentMethod>
  16. <AmountMerchantCurrency>0.1</AmountMerchantCurrency>
  17. <TotalOrderAmountMerchantCurrency>0.1</TotalOrderAmountMerchantCurrency>
  18. <MerchantCurrency>USD</MerchantCurrency>
  19. <Label>24bas.com order TEST-ORDER-ID-2</Label>
  20. <AmountBuyerCurrency>6.49</AmountBuyerCurrency>
  21. <TotalOrderAmountBuyerCurrency>6.49</TotalOrderAmountBuyerCurrency>
  22. <BuyerCurrency>RUB</BuyerCurrency>
  23. <Status>captured</Status>
  24. <ReferenceID>4384054</ReferenceID>
  25. <LastUpdate>20180621T123128+00</LastUpdate>
  26. <CreationDate>20180621T123117+00</CreationDate>
  27. <CaptureDate>20180621T123128+00</CaptureDate>
  28. <SettlementDate>20180628T120000+00</SettlementDate>
  29. <SettlementAmount>0.08</SettlementAmount>
  30. <TotalOrderSettlementAmount>0.08</TotalOrderSettlementAmount>
  31. <GrossSettlementAmount>0.09</GrossSettlementAmount>
  32. <TotalOrderGrossSettlementAmount>0.09</TotalOrderGrossSettlementAmount>
  33. <SettlementCurrency>EUR</SettlementCurrency>
  34. <SiteAddress>24bas.com</SiteAddress>
  35. <Param1></Param1>
  36. <Param2></Param2>
  37. <Param3></Param3>
  38. <Live>false</Live>
  39. <Description>перевод средств в пользу 24bas.com</Description>
  40.  
  41. <Card>
  42. <CardMask></CardMask>
  43. </Card>
  44.  
  45. </ReportedTransaction>
  46. <AdditionalInfo>
  47. <Payer>
  48. <FirstName>Foo</FirstName>
  49. <MiddleName>FooBar</MiddleName>
  50. <LastName>Bar</LastName>
  51. <Email>na@na.com</Email>
  52. <AccountID>1106</AccountID>
  53. <Country>Ukra</Country>
  54. <City>Lviv</City>
  55. <Address>Naukova 7d</Address>
  56. <ClientIP>77.222.131.18</ClientIP>
  57. <Bank>
  58. </Bank>
  59. </Payer>
  60. <Payee>
  61. <Bank>
  62. </Bank>
  63. </Payee>
  64. </AdditionalInfo>
  65.  
  66.  
  67. </Body>
  68. </Message>
  69.  
  70.  
  71.  
  72.  
  73. {
  74. "response": "You are not allowed to access this file. Check app_dev.php for more information.",
  75. "status": {
  76. "url": "http://devstage.24bas.com/api/v1/payment/result/payboutique",
  77. "content_type": "text/html; charset=UTF-8",
  78. "http_code": 403,
  79. "header_size": 195,
  80. "request_size": 216,
  81. "filetime": -1,
  82. "ssl_verify_result": 0,
  83. "redirect_count": 0,
  84. "total_time": 0.127369,
  85. "namelookup_time": 0.060595,
  86. "connect_time": 0.082741,
  87. "pretransfer_time": 0.082772,
  88. "size_upload": 3401,
  89. "size_download": 80,
  90. "speed_download": 628,
  91. "speed_upload": 26701,
  92. "download_content_length": -1,
  93. "upload_content_length": 3401,
  94. "starttransfer_time": 0.104862,
  95. "redirect_time": 0,
  96. "redirect_url": "",
  97. "primary_ip": "52.59.226.148",
  98. "certinfo": [],
  99. },
  100. "error": "",
  101. "errno": 0
  102. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement