Hello list,<br>I am trying to set up interchange using the <a href="http://paypalexpress.pm">paypalexpress.pm</a> module as the <br>only payment method. I followed the RTFM to the point but when i came to the <br>paypalsetrequest.html, paypalgetrequest.html and the paypalcheckout.html pages <br>
i got a little confused.<br><br>If i have this correct:<br><br>when the customer wants to check out they click a  checkout link to the page <br>paypalsetrequest.html which requests a token to paypal.<br><br>paypal returns a token and the customer is sent to login at paypal and choose <br>
a payment method.<br><br>once that is complete the customer is sent back to the interchange cart <br>pagepaypalgetrequest.html to collect the customer information.<br><br>then is the redirect from pagepaypalgetrequest to paypalcheckout.html <br>
automatic or do they click a button/link to forward them to the <br>paypalcheckout.html page?<br><br>does anyone have any html examples of these three pages to help clear things <br>up? i am a bit confused.<br><br>1) does the paypalgetrequest.html page only contain:<br>
[charge route=&quot;paypalexpress&quot; pprequest=&quot;getrequest&quot;]<br>[bounce href=&quot;[area href=ord/paypalcheckout secure=1]&quot;]<br>and nothing else?<br><br>2)does this look correct for the paypalcheckout page:<br>
&lt;form action=&quot;[area process]&quot; method=&quot;get&quot;&gt;<br>  &lt;input type=&#39;hidden&#39; name=&#39;mv_order_profile&#39; value=&quot;paypalexpress&quot;&gt;<br>  &lt;input type=&#39;hidden&#39; name=&#39;pprequest&#39; value=&quot;dorequest&quot;&gt;<br>
   &lt;input type=&#39;hidden&#39; name=&#39;mv_todo&#39; value=&quot;submit&quot;&gt;<br>  &lt;input type=&#39;submit&#39; value=&quot;Order button&quot;&gt;<br>&lt;/form&gt;<br>??<br><br>3) does anyone have an example of how to tie this:<br>
<br>[value name=&quot;pprequest&quot; set=&quot;&quot; hide=1]<br>[charge route=&quot;paypalexpress&quot; pprequest=&quot;setrequest&quot;]<br><br>[if scratch token]<br>    [bounce href=&quot;<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_express-">https://www.paypal.com/cgi-bin/webscr?cmd=_express-</a><br>
checkout&amp;token=[scratch token]&quot;]<br>[else]<br>    [bounce href=&quot;[area href=ord/checkout secure=1]&quot;]<br>[/else]<br>[/if] <br><br>into the paypalsetrequest.html page link or button?<br><br>thanks in advance!<br>