gabriel68 Posted October 10, 2007 Share Posted October 10, 2007 Hello 1) Suppose a current client with a paypal subscription want to change from paypal to credit card , WHMcs is able to do that (and viceversa from credit card to paypal) ? 2) Suppose a current client is paying $9.95/month and I want reduce the price from 9.95 to 8.95/monthly . Can I do this using WHMcs ? Thanks! 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted October 10, 2007 WHMCS CEO Share Posted October 10, 2007 Yes and Yes. Obviously with PayPal though the subscription has to be cancelled from the PayPal account. Matt 0 Quote Link to comment Share on other sites More sharing options...
gabriel68 Posted October 10, 2007 Author Share Posted October 10, 2007 Obviously with PayPal though the subscription has to be cancelled from the PayPal account. Matt I think it should be worked better in this case , I know the paypal recurring price can be changed without stopping the current recurring subscription. You can. Using a code like this I invite the client to change the price from current recurring to $8.00 month without stopping current subscription (I am using it from about 3 years without any problem) . subscr_id should contain the current subscrition . <form action="https://xxx.paypal.com/cgi-bin/webscr" method="post" name="paypal" > <input type="hidden" name="business" value="paypal@mycompany.net"> <input type="hidden" name="item_name" value="hostplan"> <input type="hidden" name="item_number" value="63754932358374"> <input type="hidden" name="modify" value="1"> <input type="hidden" name="email" value="clientemail@email.com"> <input type="hidden" name="business_cs_email" value="clientemail@email.com"> <input type="hidden" name="subscr_id" value="63754932358374"> <input type=hidden name=a3 value=8> <input type=hidden name=p3 value=12> <input type=hidden name=t3 value=M> <input type=hidden value=1 name=src> <input type=hidden value=1 name=sra> <input type=hidden name=cmd value=_xclick-subscriptions> <input type=hidden name=reattempt value=1> <input type="hidden" value="1" name="no_shipping"> <input type="hidden" value="1" name="no_note"> <input type="hidden" name="currency_code" value="USD"> <input type="hidden" name="return" value="https://mysite.com/okl.php"> </form> And another question. Sometime clients stop the paypal subscription. In this case WHMcs can notice it and suspend the account if required after n days ? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted October 10, 2007 WHMCS CEO Share Posted October 10, 2007 I think it should be worked better in this case , I know the paypal recurring price can be changed without stopping the current recurring subscription. The modify command has numerous problems outlined in this post: http://paypaldev.org/topic.asp?TOPIC_ID=4712 And yes, it will suspend a user if they don't pay. Matt 0 Quote Link to comment Share on other sites More sharing options...
gabriel68 Posted October 10, 2007 Author Share Posted October 10, 2007 I never had a problem using the code above. Of course the client can change 8 with 1 , but you can see it if the client change the price when you receive the email from paypal . I see no problem I am using the code above from 3 year without any problem. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.