Mario Catena
Mario Catena

Reputation: 635

PayPal PDT and no transaction token returned

I'm trying to get pdt data back from paypal sandbox, seems pretty straightforward but I don't get any data actually. I'm able to call the service and get the callback but there is no data.

I'm following this example: https://github.com/paypal/pdt-code-samples/blob/master/paypal_pdt.php

and also did set my selling tools settings specifying:

The main issue is the transaction token, the line below has no value

$tx_token = $_GET['tx'];

Do I need some specific configuration on my server or what else I'm missing here? Should I use IPN?

Thanks

Upvotes: 0

Views: 442

Answers (0)

Related Questions