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 :/
PayPal. Safer. Simpler. Smarter.
For more information, see our Privacy Policy, User Agreement and Service Description.
The code is:
<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
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
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
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

