Can I use osCommerce for accepting payments on my site?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
OmerHassan
Forum Newbie
Posts: 3
Joined: Thu Feb 18, 2010 1:40 pm

Can I use osCommerce for accepting payments on my site?

Post by OmerHassan »

I don't want to create any shopping cart or anything like that; I just want the user to enter an amount of money and their payment details and click Pay and that money is received by me. What should I use to achieve this? osCommerce? I want to support multiple payment methods.

Thanks!
User avatar
Eran
DevNet Master
Posts: 3549
Joined: Fri Jan 18, 2008 12:36 am
Location: Israel, ME

Re: Can I use osCommerce for accepting payments on my site?

Post by Eran »

You should open an account with a payment gateway. You can look for one in your local area or use a global gateway such as Paypal, Amazon payments and google checkout.
http://en.wikipedia.org/wiki/Payment_gateway
Post Reply