i am not getting response at paypal success page
Devendrasingh28
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Posted on
Aug-30-2017
02:48 AM
$itemNo = $_REQUEST['item_number'];
$itemTransaction = $_REQUEST['tx']; // Paypal transaction ID
$itemPrice = $_REQUEST['amt']; // Paypal received amount
$itemCurrency = $_REQUEST['cc']; // Paypal received currency typ
this all fields empty in the paypal success page please help me
4 REPLIES 4

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug-30-2017
03:38 AM
Hello @Devendrasingh28
Have you enabled payment data transfer (PDT) ?
https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/paymentdatatran...
Are you specifying the "return method" to POST the variables back to you ?
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1011&actp=LIST
Was my post helpful? If so, please give me a kudos!
Have you enabled payment data transfer (PDT) ?
https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/paymentdatatran...
Are you specifying the "return method" to POST the variables back to you ?
https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1011&actp=LIST
Was my post helpful? If so, please give me a kudos!
Devendrasingh28
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug-30-2017
04:18 AM
Are you specifying the "return method" to POST the variables back to you ?
Yes i am using return method to post but not getting any values
Devendrasingh28
Contributor
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug-30-2017
04:49 AM
Before the this month i have a code through which i was geting the trancations id but not now why this problm is getting let me know.

Moderator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Aug-31-2017
03:30 AM
Hello,
Submit a support ticket @ www.paypal.com/mts and provide some example transaction ids where you were receiving the transaction data returned via PDT and some example transactions ids where you are not receiving the transaction data returned via PDT.
We will test the functionality and get back to you via the support ticket
Was my post helpful? If so, please give me a kudos!
Submit a support ticket @ www.paypal.com/mts and provide some example transaction ids where you were receiving the transaction data returned via PDT and some example transactions ids where you are not receiving the transaction data returned via PDT.
We will test the functionality and get back to you via the support ticket
Was my post helpful? If so, please give me a kudos!

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
Related Content
- Payments Refunded Automatically After Successful Transactions - PayPal Business Account Issue in REST APIs
- subscription_id has disappeared in REST APIs
- PHP SDK error: broken content-length header in SDKs
- Advanced checkout and no 3DS information in the response in REST APIs
- Paypal 3DS intigration error in NVP/SOAP APIs