0

I'm trying to make my paypal ipn return to the url with a GET of status with a value of the user paypal transaction id.

An example is <input type="hidden" name="return" value="https://example.com/products.php?status=<?php echo $txn_id; ?>">

I want it to get the transaction id from the payment they just payed. I have a system that checks everything else, once the transaction id is in the url.

I'm just not sure how to make it get the transaction id in to the URL.

I need to do this on my paypal return form variable so they get redirected back to the page with their transaction id.

This is a different page from my IPN page.

How could I go about doing this ?

Benza
  • 175
  • 1
  • 15

1 Answers1

0

You need to turn on PDT

See here

and tutorial here

SolaceBeforeDawn
  • 958
  • 1
  • 8
  • 16