IPN doesn't send txn_id to notify_url
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi..
i have an account on paypal, wich i have in "business" mode i have activated the IPN with notify_url redirected to http://URL/success.php
the payment preferences also are activated and the return url is set to http://URL/success.php
inside success.php i have
foreach ($_POST as $var => $value) {
$temp .= "$var = $value \n";
}
to get all POST variables sent by paypal.. and i save this $temp to a mysql field...
when i see this $temp it prints:
transaction_subject = apbgtl
payment_date = 16:33:33 Nov 22, 2012 PST
txn_type = web_accept
these 3 variables are OK, but the txn_id is not sent by paypal to my notify_url
so i have the question... how can i make to paypal send to my notify_url the txn_id ???
i have tested in sandbox and is the same problem..
thanks..
greetings

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.