Jump to content

rebilling changes


gabriel68

Recommended Posts

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!

Link to comment
Share on other sites

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 ?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated