[SOLVED] PayPal Payments Advanced "token is missing"

I purchased and installed the PayPal Payments Advanced Plugin. On Paypal I have gone through Settings and made changes as described in tribulant docs, especially chosing Yes for Token. I want to use Payments Advanced but all their instructions are for Payflow, not sure if that is the problem or not, or where to find instructions for PayPal Advanced.



On the PayPal integrate page I chose the Basic Integration link and :

When I create and test the following HTML I get an error message
Some required information is missing or incorrect. Please correct the fields below and try again.
  •   Error: Token is missing. Please return to the website from where you started your purchase and try again.





My HTML:
<pre lang="php">



<form method="POST" action="https://payflowlink.paypal.com">

<input type="hidden" name="LOGIN" value="I put the PayPal Manager username here">

<input type="hidden" name="PARTNER" value="PayPal">

<input type="hidden" name="DESCRIPTION" value="Order description
here">Order Description

<input type="hidden" name="AMOUNT" value="##.##"> $33.67

<input type="hidden" name=TYPES" value="S">

<input type="submit" value="Click Here to Purchase">



</form></pre>



Any help appreciated.

Comments

Sign In or Register to comment.