What is the best way to handle subscriptions? I'm using FastSpring....with LimeLM and a verified trial with 'expire_date'.
Steps as follows:Customer purchases monthly subscriptionI issue a product key that is good for 1 month. (expire_date = now + 1 month) This gets sent to me from Fastspring with the initial purchase.
Next Month:The customer is automatically billed from Fastspring for the following months. How do I get the information from FastSpring to increase the expire_date without having to do this manually?
In my application, I check the expire_date to see if updates are allowed or if the software is allowed to run.
All works fine for buying a license where the customer has to renew each year which is done at FastSpring and I can get the renewal information at that time and increment the expire_date.
Thank you in advance!