Advertisement
Guest User

Untitled

a guest
Sep 16th, 2018
1,003
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.61 KB | None | 0 0
  1. Header
  2. POST /cgi-bin/webscr HTTP/1.0
  3. Content-Type: application/x-www-form-urlencoded
  4. Content-Length: 991
  5.  
  6.  
  7. $res data sent to PayPal in the header
  8.  
  9. cmd=_notify-validate&mc_gross=49.00&protection_eligibility=Eligible&address_status=confirmed&payer_id=W3GKRC7NSGMG8&tax=0.00&address_street=1+Main+St&payment_date=12%3A39%3A33+Aug+13%2C+2012+PDT&payment_status=Completed&charset=windows-1252&address_zip=95131&first_name=buyer&mc_fee=1.72&address_country_code=US&address_name=buyer+guy&notify_version=3.5&custom=53-3&payer_status=verified&business=jesper_1339336809_biz%40hotmail.com&address_country=United+States&address_city=San+Jose&quantity=1&verify_sign=AIOg.GuXDSc1G9bWhHJZxjXKjLgbAD9LX3QD4Mx9L-P0h2kPWSD-eS38&payer_email=buy_1339336940_per%40hotmail.com&txn_id=11J64109XR080062L&payment_type=instant&last_name=guy&address_state=CA&receiver_email=jesper_1339336809_biz%40hotmail.com&payment_fee=1.72&receiver_id=BA62G8HKCSR4A&txn_type=web_accept&item_name=FusionCMS+V6&mc_currency=USD&item_number=&residence_country=US&test_ipn=1&handling_amount=0.00&transaction_subject=53-3&payment_gross=49.00&shipping=0.00&ipn_track_id=d8abd7e42f8a3
  10.  
  11.  
  12. PayPal response
  13.  
  14. HTTP/1.0 400 Bad Request
  15. Server: BigIP
  16. Connection: close
  17. Content-Length: 19
  18.  
  19. Invalid Host header
  20.  
  21. $_POST:
  22. Array
  23. (
  24. [mc_gross] => 49.00
  25. [protection_eligibility] => Eligible
  26. [address_status] => confirmed
  27. [payer_id] => W3GKRC7NSGMG8
  28. [tax] => 0.00
  29. [address_street] => 1 Main St
  30. [payment_date] => 12:39:33 Aug 13, 2012 PDT
  31. [payment_status] => Completed
  32. [charset] => windows-1252
  33. [address_zip] => 95131
  34. [first_name] => buyer
  35. [mc_fee] => 1.72
  36. [address_country_code] => US
  37. [address_name] => buyer guy
  38. [notify_version] => 3.5
  39. [custom] => 53-3
  40. [payer_status] => verified
  41. [business] => jesper_1339336809_biz@hotmail.com
  42. [address_country] => United States
  43. [address_city] => San Jose
  44. [quantity] => 1
  45. [verify_sign] => AIOg.GuXDSc1G9bWhHJZxjXKjLgbAD9LX3QD4Mx9L-P0h2kPWSD-eS38
  46. [payer_email] => buy_1339336940_per@hotmail.com
  47. [txn_id] => 11J64109XR080062L
  48. [payment_type] => instant
  49. [last_name] => guy
  50. [address_state] => CA
  51. [receiver_email] => jesper_1339336809_biz@hotmail.com
  52. [payment_fee] => 1.72
  53. [receiver_id] => BA62G8HKCSR4A
  54. [txn_type] => web_accept
  55. [item_name] => FusionCMS V6
  56. [mc_currency] => USD
  57. [item_number] =>
  58. [residence_country] => US
  59. [test_ipn] => 1
  60. [handling_amount] => 0.00
  61. [transaction_subject] => 53-3
  62. [payment_gross] => 49.00
  63. [shipping] => 0.00
  64. [ipn_track_id] => d8abd7e42f8a3
  65. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement