Hey all, I am looking for sample code in JAVA for authentication credit card on the travelling portal booking.
So any pointers to the same.Note: I dont want to use javascript for validation.
Any help would be appreciated.
Saurabh
Success is not doing extraordinary things but doing ordinary things extraordinarily well.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35237
7
posted
0
A Google search for "java credit card validation" will bring up plenty of example on how to validate the card number. If you want to perform the actual authorisation, check the developer information from your clearance house.
If u are using struts u have to incorporate the "Validation Framwork" which does ur work simpler... Which in turn usessthe java script buti wont be visible to client as everthing is taken care by prgramer in java classes