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.
Asked
Active
Viewed 248 times
-4
-
8ask pentagon for the api? lol – jtheman Nov 04 '12 at 23:03
-
3there is an api for this: https://www.dmdc.osd.mil/appj/scra/scraHome.do – Nov 04 '12 at 23:08
1 Answers
0
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.

Chris Wiegman
- 382
- 1
- 2
- 10
-
As noted, there is a DoD resource that allows for the verification of service claim. It exists due to a federal law that protects servicemembers from foreclosure while in an active duty status. – Dan Nov 19 '15 at 22:09