code_e
05-31-2006, 06:15 PM
Okay, this is my first question on this site so please be gentle... ;)
I am planning to develop an e-commerce website using Java, JSP and some AJAX. I use my own hardware and plan to develop my site from scratch. My problem isn't necessarily with the aforementioned technologies, rather, it is with credit card payment/acceptance and whatnot. I want to accept credit (and paypal) payments but I don't want the responsibility of insuring that my hardware and software are secure. My intuition (and reading) tells me that I can pull a user through my non-secured web site until their personal information needs to be accepted. I am assuming when this is neccessary I will push the user off to a payment service and I will later receive payment from this payment service...which is just a broker or ************* for the credit card companies (right)?
So....How do I do this? Let me make my question simple...On my web site I know that a user has dropped $100.00 of product into their shopping cart basket. That's all I want to know. I then want to contact a secured payment server somewhere in internet-land to take payment. Is this how it works? If so any suggestions on what companines to "conspire" with would be helpful.
Thanks in advance....
code_e the coder.
P.S. The reason I put this on a Java topic is because what I have read is all related to PHP. I don't develop my sites with PHP as I prefer Java.
I am planning to develop an e-commerce website using Java, JSP and some AJAX. I use my own hardware and plan to develop my site from scratch. My problem isn't necessarily with the aforementioned technologies, rather, it is with credit card payment/acceptance and whatnot. I want to accept credit (and paypal) payments but I don't want the responsibility of insuring that my hardware and software are secure. My intuition (and reading) tells me that I can pull a user through my non-secured web site until their personal information needs to be accepted. I am assuming when this is neccessary I will push the user off to a payment service and I will later receive payment from this payment service...which is just a broker or ************* for the credit card companies (right)?
So....How do I do this? Let me make my question simple...On my web site I know that a user has dropped $100.00 of product into their shopping cart basket. That's all I want to know. I then want to contact a secured payment server somewhere in internet-land to take payment. Is this how it works? If so any suggestions on what companines to "conspire" with would be helpful.
Thanks in advance....
code_e the coder.
P.S. The reason I put this on a Java topic is because what I have read is all related to PHP. I don't develop my sites with PHP as I prefer Java.