I am designing an application which requires a credit card validation thru net.Are there any ready made enterprise beans available in the market?Or If I would like to write my own bean where shoud I get the database of creditcards.
Pls help me
-
credit card validation (4 messages)
- Posted by: ramakrishna vals
- Posted on: February 08 2003 00:56 EST
Threaded Messages (4)
- credit card validation by s s on February 08 2003 01:47 EST
- credit card validation by Weston Aiken on February 08 2003 10:29 EST
- Thanx by ramakrishna vals on February 21 2003 02:26 EST
- Thanx by Weston Aiken on February 21 2003 08:03 EST
-
credit card validation[ Go to top ]
- Posted by: s s
- Posted on: February 08 2003 01:47 EST
- in response to ramakrishna vals
Hi,
For Creadit card validation, It depends on the application server you are using. If u are using ATG Dynamo Application Server then they are providing FRAMEWORK for Credit card Transaction. Try for it. -
credit card validation[ Go to top ]
- Posted by: Weston Aiken
- Posted on: February 08 2003 10:29 EST
- in response to s s
Verisign has a service called PayFlow Pro that has an XML API. I dont think its SOAP, but same idea.
http://www.verisign.com/products/payflow/pro/ -
Thanx[ Go to top ]
- Posted by: ramakrishna vals
- Posted on: February 21 2003 02:26 EST
- in response to s s
Thanx for the msg.I am using Weblogic7.0 application server.pls help me in this regard. -
Thanx[ Go to top ]
- Posted by: Weston Aiken
- Posted on: February 21 2003 08:03 EST
- in response to ramakrishna vals
Here is a FAQ on Versign's site that may get you started...
http://www.verisign.com/support/payflow/pro/faq.html#3
There is an SDK for this service that probably has some Java client examples and some sample XML messages.