i am not getting response at paypal success page

Devendrasingh28
Contributor
Contributor

$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

Login to Me Too
4 REPLIES 4

MTS_Justin
Moderator
Moderator
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!
Login to Me Too

Devendrasingh28
Contributor
Contributor

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

Login to Me Too

Devendrasingh28
Contributor
Contributor

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.

Login to Me Too

MTS_Justin
Moderator
Moderator
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!
Login to Me Too

Haven't Found your Answer?

It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.