You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: