django-payfast
django-payfast copied to clipboard
Subscription Methods
Hi everyone, Whats the process for using subscription based payment methods? Create a subscription in payfast then does Django-payfast allow you to pull the subscriptions from payfast and migrate to my database? How do we retrieve the subscription ID so I can save that in the user model abstraction as a boolean and mark as paid? Is there a method (similar to stripe) that allows you to get the active status something like "request.user.payfast.status" which would allow me to build out an accounts update function to check if all active or paid customers are still indeed active? I'd use celery to check this status once a month and update the models accordingly