Understanding the integration of PadLock's "Get Key Online" feature and the WooCommerce Integration Kit

Hermannjt

New member
I am currently using PadLock v2025.2 and the corresponding version of the WC Kit and in the final stage before online Beta Testing. The Padlock Docs (2013 - 2017) touches on the subject but provides on insight into the WooCommerce Integration and the Kit documentation only addresses the "Online Activation" process which I understand; I also have a firm grasp on the workbooks.json configuration and have the Integration Kit properly configured and communicating with WooCommerce (initial setup complete. I have my subdomain, https://activation.mydomainname.me setup and the activation path to the Kit's folder.
Below is as sample snippet from workbooks.json.
Code:
{
  "products": {
  "1": {
 "title": "My Demo App",
 "xlspadlockprivatekey": "{Some Private Key}",
 "xlspadlockmasterkey": "Some Master Key",
  "variations": {
  "2": {
  "usehardwarelocking": 0,
  "maxactivperorder": 1,
  "keymaxdays": 30,
  "shownagscreen": 1
                },
  "3": {
  "usehardwarelocking": 1,
  "maxactivperorder": 1,
  "keymaxdays": 30,
  "shownagscreen": 0
                }
            }
        },

Using the sample above, I understand the for online activation I would use - https://activation.mydomainname.me/getactivation/3 to actually "Activate" the app. What I do not understand is whether I would use the same structure with the "Get Key Online" feature, e.g., https://activation.mydomainname.me/getactivation/1 (or 2) to get the initial key to open the app in Trial Mode and if yes, does the "/3" activate based on the initial key or does it generate a new Key. Additionally, how does the user receive the new key for their records and/or future use?

Thanks in advance for your assistance.
 
Back
Top