Questions tagged [paypal-pdt]
42 questions
0
votes
0 answers
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…

Mario Catena
- 575
- 1
- 8
- 20
0
votes
1 answer
PayPal IPN and PDT suddenly does not work anymore
Since this week the forwarding to our site after payment does not work anymore in production mode, while it still works within the sandbox.
Actually we use PDT for the direct forwarding and IPN as backup. For some reason the payment is not finished…

Kashuda
- 185
- 2
- 10
0
votes
1 answer
I cannot find my PDT configuration on PayPal anymore
I cannot find my PDT configuration on PayPal anymore. I find docs that reference a Website Payment Preferences that I cannot find.
help!?

ed4becky
- 1,488
- 1
- 17
- 54
0
votes
0 answers
PayPal sandbox return URL being ignored despite option activated in profile
I've set up an order page with Add to Cart buttons and a standard View Cart function.
I've set up a buyer and seller account in sandbox.
I've tested the payment process and all works fine.
I then activated the Return URL option in my seller's…

berlinaise
- 1
- 1
0
votes
1 answer
What happen if I don´t send my transaction id to PayPal PDT?
I'm testing my PayPal's accounts with SandBox, I read that after PayPal answer I should send a post request with my transaction id, but I don´t understand why. When PayPal send's me request with GET, mi account show operation complete, so:
1.- Why I…

SerchRac
- 171
- 1
- 12
0
votes
0 answers
Paypal PDT error
I use this code to process Paypal payment data transfer (PDT):
$pp_hostname = "www.sandbox.paypal.com"; // Change to www.sandbox.paypal.com to test against sandbox
// read the post from PayPal system and add 'cmd'
$req =…

user3084703
- 43
- 3
0
votes
1 answer
Connect to paypal dose'nt work
I try to check payment usind pdt
this is my code:
$pp_hostname = "www.paypal.com";
$req = 'cmd=_notify-synch';
$tx_token = $_GET['tx'];
$req .= "&tx=$tx_token&at=$asimon";
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,…

Harman met
- 241
- 2
- 3
- 10
0
votes
1 answer
paypal pdt first name
I have a PayPal PDT script and it works with the basic info but I can't get the first and last name from PayPal PDT and stored in a database
Is it possible to get the first name, last name and payer email from PayPal PDT?
If so can anyone provide a…

Ian Haney
- 9
- 1
- 2
0
votes
1 answer
Woocommerce customer quit before Paypal redirect
I setup a Woocommerce website with Paypal and I linked a PDT token to it. When my customer buy something with Paypal they get redirect to Paypal -> Pay their items -> get redirect to the thank you page of my woocommerce.
During this last step some…

nt5556
- 19
- 3
0
votes
0 answers
Google Analytics E-Commerce Tracking in C#
Working with a 3rd party developer on implementing Google Analytics server-side e-commerce tracking in conjunction with Paypal. Referencing source code on Code Project…

suppie
- 3
- 2
0
votes
1 answer
Paypal PDT and Google Analytics E-Commerce Integration
Trying to define specific logic and coding requirements need to give to the development team to implement. The overall process involves a consumer coming to the website, purchasing a product, being directed to PayPal, and then auto-returned to a…

suppie
- 3
- 2
0
votes
1 answer
Paypal PDT script not working using cURL
I can't seem to get this PayPal PDT script working. PayPal hits the return URL but then I'm presented with a blank screen and nothing happens. Can anyone see what is incorrect? Here's my code:
$tx = $_GET['tx'];
$ID = $_GET['cm'];
$amount =…

CoreyRS
- 2,227
- 3
- 26
- 44