Hey,
I’m trying to model a yearly subscription where users pay upfront for 1 year, but receive credits monthly (e.g. X credits every month instead of all upfront).
What’s the recommended way to handle a yearly subscription where users pay upfront for 1 year, but receive credits monthly (e.g. X credits each month instead of all at once)?
Is this supported natively with Virtual Currency, or is there a different recommended approach?
Would appreciate guidance on best practices here.
Specifically:
-
Is there a native way to distribute credits monthly for annual subscribers?
-
How to handle properly:
-
ensuring credits are granted once per month (not duplicated)
-
handling edge cases like renewal / cancellation mid-cycle
-
