Recurring billing or Subscription in Rapidweaver

Hello everyone,

Is there a stack that manages recurring billing? in order that every month my customers get automatically billed? If not a stack what can you suggest? Paypal gives that option, Paddle too, but since I don’t have experience coding i’m not sure I can integrate that in my website. What do you recommend?

Thanks

I was kinda hoping that Rapidcart Pro would enable Stripe and recurring billing at some point.
But you could add a html stack with the following for PayPal

<form name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input type="hidden" name="business" value="me@mybusiness.co.uk">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="no_shipping" value="1">
<input type="image" src="http://www.paypal.com/en_GB/i/btn/x-click-but20.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<input type="hidden" name="a3" value="5.00">
<input type="hidden" name="p3" value="1">
<input type="hidden" name="t3" value="M">
<input type="hidden" name="src" value="1">
<input type="hidden" name="sra" value="1">
</form>

To use the button above for a different subscription, you only need to edit three variables:

a3 - amount to be invoiced each recurrence
t3 - time period (D=days, W=weeks, M=months, Y=years)
p3 - number of time periods between each recurrence

I believe @yuzool 's Stripe stack can handle this: https://www.yuzoolthemes.com/stripe-subscriptions-added-to-stripe-stack/

This is on our radar. Stay tuned. :wink:

Thanks for the mention @doone128 :smile:
Yes Stripe + Stripe Checkout Stacks come with Stripe subscriptions built it.

1 Like

This is now integrated into latest Pay Stack version too :smile:

Here - https://www.yuzoolthemes.com/themes/pay/

Hello everyone,
great to come across this, I was looking for the same thing, with one little difference, I am looking for a stack with the same options but for donations, not so sure how suitable the look is? Does anybody use it and can provide a link?
Also I am looking for an option to add monthly donations and would like to have (sort of) a counter of the amount that comes in every month…
Is there anything like that out there?