[ad_1]
I have a potential client that sells physical products. On the product, there is a scratch off code where customers would be able to go to the website and type in the code to see if it’s authentic or not.
Would anyone be able to explain the process of how this would work? I’m assuming this would need to be a custom built plug-in?
Any help would be appreciated.
[ad_2]
Is there a scheme to the valid numbers? Is there a database of numbers? Do you need to store which numbers have been validated?
Basic structure
* frontend: number input
* -> submit to backend
* -> backend: check number against scheme or database
* -> backend: handle number
* -> return result to frontend