Question

The goal is to make a discount system in php for (us) military personel.I have searched the web for some sort of api to check a military service number of some kind but couldn't find one. What is the best way to implement this automatically. Manually checking the numbers is not an option because that will delay the transaction unless it the only possible way.

Was it helpful?

Solution

Depending on the nature of your business the easiest way would be to establish identity upon account creation using military ID or something similar. For what I'm assuming is security reasons there is no known system to check validity of a service claim programmatically.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top