hello friends,
I am presently launching an e-com site ,we need help from
you ,that we don't know how to make credit card validation
is it possible using with ejb or other java technology,please send me the possible things immdeiately
with respect
rex(rexjonathan at yahoo dot com)
-
credit card validation (2 messages)
- Posted by: rex rex
- Posted on: August 28 2000 11:54 EDT
Threaded Messages (2)
- credit card validation by Uday Kumar on August 28 2000 17:02 EDT
- credit card validation by Kostyantyn Kalshsnikov on August 30 2000 02:45 EDT
-
credit card validation[ Go to top ]
- Posted by: Uday Kumar
- Posted on: August 28 2000 17:02 EDT
- in response to rex rex
hello Rex,
Credit card processing has two steps: authorization and capture. The first step is when you make sure that the transaction is authorized, which involves checking validity, balance etc and the second step is the actual capture of the funds from the client's credit card issuing bank to the merchant bank. We have successfully used Cybercash's software for this (http://www.cybercash.com). They give you all the SDK's for building prototypes and also the necessary licenses for actually implementing this in your site as well. They provide the necessary APIs which you need to call from within your application for performing the Credit card validation.
Thanks
-U -
credit card validation[ Go to top ]
- Posted by: Kostyantyn Kalshsnikov
- Posted on: August 30 2000 02:45 EDT
- in response to rex rex
Hi
You may also use CyberSource (www.cybersource.com).
It goes with Java SDK. Moreover it has reusable EJB examples
(J2EE comliant).
Koss