How to build websites with electric payment

I want to build a website that allows the customers to pay by Visa or Master Card. But I don't know how to build it and how to check whether Card is valid. I have already searched on Internet but I still cannot find anything. Please help me some documents or tips. Thanks in advanced !!
[294 byte] By [Luuminhkhoaa] at [2007-10-2 11:11:40]
# 1
This forum is dedicated to JSR 208, Java Business Integration (JBI). It has nothing to do with credit card payments on websites (at least, not directly).I suggest you discuss this with your credit card services provider.
RonTen-Hovea at 2007-7-13 3:54:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Isn't JBI all about E-enabling business? Is there no JBI component to handle e-commerce payment transactions out of the box? Isn't anyone working on a service engine to validate/process credit card transactions with payment providers such as nochex, worldpay, paypal etc.?
mike@ibma at 2007-7-13 3:54:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

Mike,

I'm guessing you are from the UK, given the selection of payment providers you listed.

I'm afraid you misunderstand JBI. JBI is a technology for creating service-oriented architectures (alternatively, you could say it is for achieving service-oriented integration). This is far more general-purpose than 'mere' e-commerce. One of the many applications of JBI (and SOA) is automating business activities and processes. This is far different than, say, HTML forms-based integration of the PayPal payment system into a merchant's website. These are two different uses of the term 'integration', which, I suspect, is a source of confusion.

-Ron

RonTen-Hovea at 2007-7-13 3:54:55 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...