Hello,
I am a Software Publisher. I am looking for ecommerce vendor that can automatically send a license key to the customer that just purchased the product.
The list with the license keys or license key generator is provided by me to the ecommerce vendor.
Is this feature supported by 2checkout?
If yes, were can I find any information about it?
Thanks,
Alex.
1 Comment »
+0
-0
Hey there, Alex!
Currently, 2Checkout doesn’t have a built-in feature to manage software license keys. However, there may be a script package written by a 3rd-party developer that could assist you with your needs.
Also, you do have the ability to build this functionality. 2Checkout’s purchase routine can (1) receive data passed into it using custom parameters, and (2) return data to a script on your website after the completion of a sale. With these two abilities, you could possibly construct your site to pass in a custom parameter to 2Checkout’s purchase routine containing a unique ID, along with the other required parameters. This will uniquely identify the customer within your system for use with your return script. When the customer completes their purchase and gets sent to your return script, the script should then retrieve that identifier along with all the other sale/customer data, at which point your script would use that unique ID to assign a license key to the customer and email the key out to them.
You can find out more information on how to use a return script with our service by reviewing How Does The Return Process Work?
I hope this helps!