The GetPaid License Manager is an official add-on for the GetPaid WordPress plugin. It is designed for developers and digital creators who want to sell and regulate software, themes, or digital assets by issuing unique license keys.
The GetPaid License Manager is an official add-on for the GetPaid WordPress plugin. It is designed for developers and digital creators who want to sell and regulate software, themes, or digital assets by issuing unique license keys.
This is EXACTLY the same product as distributed by the developer. Sales Page
The plugin automates the lifecycle of a digital license from purchase to expiration.
License Generation: Automatically creates a unique license key upon a successful checkout.
Flexible License Types: Supports single-site, multi-site, and developer/unlimited license tiers.
Activation Limits: Set a “Max Activations” limit per key to prevent unauthorized sharing.
Expiration & Renewals: Define how long a license remains valid (e.g., 1 year) and automate the renewal process.
Admin Dashboard: A centralized interface to view, manually edit, or revoke customer licenses.
Customer Portal: Integration with the GetPaid “My Account” area so customers can view their keys and active sites.
For software developers, the plugin provides a REST API to handle remote requests from within your own app or plugin:
| Action | Method | Endpoint Example |
| Validate | GET |
/wp-json/getpaid/v1/licenses/{key}/{item_id} |
| Activate | POST |
/wp-json/getpaid/v1/licenses/{key}/{item_id}/activate |
| Deactivate | POST |
/wp-json/getpaid/v1/licenses/{key}/{item_id}/deactivate |