• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

credit card

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am making a project of online shopping i donn know how to implement
credit card in my project.i am using servlet,jsp .
please guide me r their any classes or something else which i can use in my project to handle credit cards
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need a third party application that you call in your jsp, I would not even try handling it.
Read this article: http://www.tamingthebeast.net/articles2/back-end-ecommerce.htm
Eric
[ April 02, 2004: Message edited by: Eric Pascarello ]
 
Ranch Hand
Posts: 4716
9
Scala Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i second that. your JSP('s) or servlet('s) have to interact with a third party program or maybe several. basically you need 3 things: a digital certificate, a credit card verification service, and a financial transaction service. i have created a mock e-commerce site, and those are the 3 thing it doesnt have that a real e-commerce site needs.
 
Ranch Hand
Posts: 1246
1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
They are right. What you need is to get the API of the CC# service (like versign) which is the gateway for CC# verification. I think all of them have java support. So, all you need to do is open an account and if you have problem using their API you can call them for support. They will have detail DOC on how to interface it and etc etc...
 
Without subsidies, chem-ag food costs four times more than organic. Or this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic