-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Job to renew subscriptions #120
Comments
Hello, it's Cleo. Does this involve any sensitive info (I.e. card details?) If that's been discussed before let me know, I'll look around a bit |
No, all the sensitive stuff is handled by GoCardless, we just need to write something that makes the GoCardless API retrieve more money from members via the direct debit system (GC handles that) presumably via a scheduled task / cronjob or similar |
I'm sure this was discussed on Telegram somewhere, but https://gocardless.com/solutions/subscription-payments/ means that we don't need a cron job, we just set up the payment and GoCardless handle all of that side of it as well. I'm currently using the equivalent functionality of Stripe for Make Monmouth, and it works very well, no need for us to do anything on our side other than setup the initial payment details. |
If that;s the case, what're we missing? We did capture initial payments from some folks, but the subsequent ones didnt happen - so we must be missing something |
@castaway - no idea tbh, I don't have access to the GoCardless account. I know that when I was looking into it a few years back the subscription functionality was either missing or lacking (I forget which) so it could have been that it wasn't suitable last time it was looked at? |
Found the telegram chat:
So might be worth checking to see if we can vary the amounts per space? FWIW, with Make Monmouth we just have two subscription levels (£5/month & £10/month) and users choose which one they want. As long as we don't need to vary the amounts too much, perhaps GoCardless offers a similar kind of setup, and the space just selects the membership fee based on the number of members they have or some other criteria? |
You can amend subscription amounts in GoCardless now - you couldn't before. I think they added that feature relatively recently. So we could probably switch to using the subscription feature now. |
Aha, a bonus from failing to make progress! ;) |
Seems like this one has been solved then :) |
Heh, it hasn't been implemented yet though. I tend to tell the teams I work with |
EMF2024 - Who can do this? Because someone needs to :D |
I believe we don't currently have the capability to capture membership payments after the first one. There needs to be a scheduled job which checks which memberships are due to expire and submits a new GoCardless payment for them.
Related to #52.
The text was updated successfully, but these errors were encountered: