문제

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.

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top