Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Good Evening
I am developing a web based project using Java, Java Servlets and JSP.

I have a problem in the project i.e. how can i check the credit card authorization?

Thanks

[Edit]
Fixed the title and some of the less orthodox English
Posted
Updated 28-Aug-11 10:37am
v2

1 solution

I'm afraid the answer to this isn't simple. In the UK, you normally open a special online "Merchant Account", naturally you this will involve security checks for fraud convictions etc. Typically you'd then engage a Payment Service Provider who provide you with software to take the payment, which you call from your code. Some provide a near-COTS website package, some little more than an API. You might want to check out PayPal[^] their website is pretty comprehensive.

If this is for a student project I suggest you discuss stubbing the payments system with your supervisor, the will agree as it is unreasonable to expect you to set such a thing up live for a dissertation etc.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900