markus_blue_tomato Posted September 20, 2020 Share Posted September 20, 2020 Did anybody here developed a ProcessWire Site with Recurring Payments / Subscriptions? I have an idea for an B2B service where companies can register themselves and if they have an active subscription they can access some specific content. They can also cancel the subscription every month. I looked and SnipWire/FormBuilder but found nothing about Recurring Payments. Link to comment Share on other sites More sharing options...
gregory Posted June 19, 2021 Share Posted June 19, 2021 ? Link to comment Share on other sites More sharing options...
OLSA Posted June 22, 2021 Share Posted June 22, 2021 I have experiences with connecting to various payment gateways and done that with custom developments (modules). Here is important that the payment gateway returns the result of the transaction to a specific url (PW side) where you can do what you need (e.g. write desired values in member page). Also, if necessary, you can create additional cron job/scheduled task procedures for automation (e.g. member notification...). In this particular case (member subscription), you can use "expiration date" field on the member page and check that on the front (allowed/permitted to ...). Regards. 1 Link to comment Share on other sites More sharing options...
elabx Posted June 24, 2021 Share Posted June 24, 2021 On 9/20/2020 at 2:39 PM, markus_blue_tomato said: I looked and SnipWire/FormBuilder but found nothing about Recurring Payments. I remember Snipcart does have recurring payments but not on their latest API ? My first idea would be to look into the actual payment gateway provider, in my case my first option is Stripe which I've used their Checkout API and it's pretty straighforward, very well documented and saves a lot of development time by basically letting stripe do a lot of the heavy lifting including the actual subscription management. But I haven't actually done a subscription site! So this is all wishful thinking haha. https://stripe.com/docs/billing/subscriptions/checkout#create-session EDIT: Just realized this is a very old topic ? Link to comment Share on other sites More sharing options...
MarkE Posted June 24, 2021 Share Posted June 24, 2021 I have a membership site with recurring payments. It uses GoCardless (direct debits) - not sure what their coverage is for Austria. The API is excellent. It is cheaper than credit cards and arguably more secure. The way I do it is for the member to authorise a mandate. My site then collects on the due dates using that mandate, so this is technically a series of one-off payments, but I think you can also set it up so that GoCardless will charge automatically on a recurring basis. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now