Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Recurring payments not working for PayPal?

Quote Reply
Recurring payments not working for PayPal?
Hi,

I've got single payments working ok (one-off), but for some reason the recurring ones don't seem to wanna work on paypals end :/

Quote:
The link you have used to enter the PayPal system is invalid. Please review the link and try again.

PayPal. Safer. Simpler. Smarter.

For more information, see our Privacy Policy, User Agreement and Service Description.

The code is:

Code:
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input name="business" value="andy@ultranerds.com" type="hidden">
<input name="currency_code" value="CAD" type="hidden">
<input name="return" value="http://www.domain.com/cgi-bin/add.cgi" type="hidden">
<input name="custom" value="do;process_payment=1;payment_success=1" type="hidden">
<input name="cancel_return" value="http://www.domain.com/cgi-bin/add.cgi" type="hidden">

<input name="rm" value="2" type="hidden">
<input name="notify_url" value="http://www.domain.com/cgi-bin/postback.cgi" type="hidden">

<input name="no_note" value="1" type="hidden">

<input name="cmd" value="_xclick-subscriptions" type="hidden">
<input name="a3" value="10.00" type="hidden">
<input name="p3" value="3" type="hidden">
<input name="t3" value="M" type="hidden">
<input name="src" value="1" type="hidden">
<input name="sra" value="1" type="hidden">

<input name="invoice" value="b6581209a08f97e8" type="hidden">
<input name="item_name" value="Diomain.com link submission (3 Months, recurring)" type="hidden">
<input name="no_shipping" value="1" type="hidden">
<input name="submit" src="https://www.paypal.com/images/x-click-but5.gif" title="Make payments with PayPal - it's fast, free and secure!" class="image" type="image">
</form>

NB: I'm using Sandbox - but that shouldn't be an issue, should it?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Recurring payments not working for PayPal? Andy 3956 Nov 25, 2009, 3:39 AM
Thread Re: [Andy] Recurring payments not working for PayPal?
brewt 3845 Nov 25, 2009, 6:03 AM
Thread Re: [brewt] Recurring payments not working for PayPal?
Andy 3834 Nov 25, 2009, 7:03 AM
Thread Re: [Andy] Recurring payments not working for PayPal?
brewt 3811 Nov 26, 2009, 7:05 AM
Post Re: [brewt] Recurring payments not working for PayPal?
Andy 3805 Nov 26, 2009, 7:09 AM