kevin7 Posted May 5, 2008 Share Posted May 5, 2008 I want to ask, what kind of solution I have for the payment part of a shopping cart system? How customer make the payment? I do some search online, some of the people using Paypal, can anyone of you tell me the most common used method? thanks! Quote Link to comment Share on other sites More sharing options...
dbo Posted May 5, 2008 Share Posted May 5, 2008 You need to have a merchant account, which is provided by a bank, and a payment gateway that interacts with that merchant account. You'll want to check with the bank to validate that they have integration capability with the gateway you plan to use. Paypal, and other similar services, simply lump the merchant account and the gateway into a single service. A well known gateway is Authorize.Net. All that being said some things may work differently in other countries. Summary: Your website -> Shopping Cart -> Checkout -> Payment Gateway -> Merchant Account From here a response code gets sent back saying if the transaction was successful or not. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.