Recurring Payments - What am I doing wrong?

encoreservices
New Community Member

I am currently using code based on

https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_subscr_techview_outside

but only one payment is taken 

 

See my sample message beloew - can anyone see what is wrong, please

 

Thanks in anticipation

Kevin 

 

<form method="post" name="paypal_form" action="https://www.paypal.com/cgi-bin/webscr">
<!-- PayPal Configuration -->
<input type="hidden" name="business" value="mybusinessemail">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="image_url" value="http://mywebsite.com/">
<input type="hidden" name="return" value="http://mywebsite.com/cupaypalok.php">
<input type="hidden" name="cancel_return" value="http://mywebsite.com/application-cancelled/">
<input type="hidden" name="notify_url" value="http://mywebsite.com/">
<input type="hidden" name="rm" value="1">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="lc" value="UK">
<input type="hidden" name="bn" value="toolkit-php">
<input type="hidden" name="cbt" value="Return to My Web Site">
<!-- Payment Page Information -->
<input type="hidden" name="no_shipping" value="">
<input type="hidden" name="no_note" value="1">
<input type="hidden" name="cn" value="Comments">
<input type="hidden" name="cs" value="">
<!-- Product Information -->
<input type="hidden" name="item_name" value="My Web Subscription">
<input type="hidden" name="quantity" value="">
<input type="hidden" name="item_number" value="PayPalSubscrTest">
<input type="hidden" name="amount" value="2.00">
<input type="hidden" name="a3" value="2.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="undefined_quantity" value="">
<input type="hidden" name="on0" value="">
<input type="hidden" name="os0" value="">
<input type="hidden" name="on1" value="">
<input type="hidden" name="os1" value="">
<!-- Shipping and Misc Information -->
<input type="hidden" name="shipping" value="">
<input type="hidden" name="shipping2" value="">
<input type="hidden" name="handling" value="">
<input type="hidden" name="tax" value="">
<input type="hidden" name="custom" value="08eeb3cdae24ef3b557dc247fdfc8cd7">
<input type="hidden" name="invoice" value="">
<!-- Customer Information -->
<input type="hidden" name="first_name" value="Subscriber">
<input type="hidden" name="last_name" value="PayPalSubscrTest">
<input type="hidden" name="address1" value="123 PayPal Street">
<input type="hidden" name="address2" value="">
<input type="hidden" name="city" value="">
<input type="hidden" name="state" value="">
<input type="hidden" name="zip" value="L1 3AB">
<input type="hidden" name="email" value="mysubscriberemail">
<input type="hidden" name="night_phone_a" value="">
<input type="hidden" name="night_phone_b" value="">
<input type="hidden" name="night_phone_c" value="">

 

Login to Me Too
1 REPLY 1

PayPal_paula
Moderator
Moderator

Hi encoreservices, 

 

Looking at the coding one or two things pop out that may need to be edited but I could not be sure unless I can test it personal. 

 

<input type="hidden" name="custom" value="08eeb3cdae24ef3b557dc247fdfc8cd7"> The coding on this section may need to be edited. 

 

I would try to edit the coding on this section and if you continue to have issues please contact our merchant technical support team so the can review it further for you. You can contact them by typing www.paypal.com/mts. 

 

Hope this hleps

Paula 

Login to Me Too

Haven't Found your Answer?

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