Generating License Renewal & Payment Method Update Links
Our platform provides a Customer Portal from where your customers can self-serve to renew expired licenses or update billing methods.
However, sometimes sharing a direct link helps in quicker conversion.
No Code Link Generation
To help you quickly generate such links without any code:
- Log in to the Freemius Developer Dashboard.
- Navigate to the Products tab and select your product.
- Go to the Licenses section.
- Search for the relevant license using the customer's license ID or key.
- Scroll horizontally to license row and click the 3-dot option icon to expose the available actions.
- Click on the Copy Renewal Link button that will copied to your clipboard.
- Share the link with your customer.
When the customer clicks the link, a secure page will open the checkout with the license key prefilled for the customer to renew their license or update their payment method.
Generate Links with API
You can automate the link generation using the API. There are a variety of parameters with which you can specify new plans, quota or billing cycles (See the API endpoint documentation).
If you skip all those parameters, then a manual renewal link will be generated instead.
If you're using our JS SDK, please check the retrieving upgrade authorization method.