Autoreturn in the _xclick function and get Transaction ID

NeptuneOne
New Community Member

Hello, I hope I took the right board!

 

Ive set a Xclick function as follow:

 

<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick" />
<input type="hidden" name="business" value=“account_email” />
<input type="hidden" name="item_name" value=“description” />
<input type="hidden" name="currency_code" value="EUR" />
<input type="hidden" name="amount" value=“amount” />
<input type="hidden" name="return" value=“return_link.php?cmd=<?php echo($cmd)?>" />
<input type="image" src="https://www.paypalobjects.com/it_IT/IT/i/btn/btn_buynowCC_LG.gif" border="0" name="submit" alt="PayPal è il metodo rapido e sicuro per pagare e farsi pagare online.">
</form>

 

 

There is any way to:

1- Autoreturn the return link without showing the PayPal confirmation page? At less is possible to change te "Return To Merchant" button text?

2- Get in some way the transaction id ad append into the return link? (like  value=“return_link.php?cmd=<?php echo($cmd)?>&transactionid=???????")
Thanks

Login to Me Too
0 REPLIES 0

Haven't Found your Answer?

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