I'm creating a directory-based site that utilizes multisite/directores. I plan on using GF for user registration and recurring billing via my authorize.net account.
I have 3 plans:
Monthly
3 Months
6 Months
If a user selects monthly, but cancels their subscription after a month or 2, what happens to their account? Does it get deleted? I'm trying to see if I can create a hook that looks to see if user still exists, if it does then display listing.
Something along those lines but I need to know what happens if they don't pay or it expires.
thank you