How to receive data via POST from paypal?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ryje

    How to receive data via POST from paypal?

    Hey guys,

    I have a small issue.

    When i send the hidden form to paypal everything is fine. I have a problem when i will recive the datas via POST and not GET.

    Since im not a Pro in Paypal i want the datas from paypal via POST cause vie GET the browser-address show all information and they can be edited.

    And i want to write the datas in a database to automaticly activate the account which was payed for.

    I've tested the hidden rm with value=2 what should be for post but in my paypal_success. php var_dump($_POST['tx') e.g return NULL.

    can someone of you guy help me?

    thank you very much
    Last edited by MMcCarthy; Nov 5 '10, 10:55 AM. Reason: Moved from old thread
  • dlite922
    Recognized Expert Top Contributor
    • Dec 2007
    • 1586

    #2
    If you're following PayPal's API and it still doesn't work than you should be contacting PayPal with your problem.

    We're experts at PHP, not PayPal API.

    Dan

    Comment

    Working...