Hi,
I’m developing a website that allows certain individuals to be sellers and other individuals to be buyers of a product. Right now I am doing this by having the sellers enter their PayPal email address to accept payments, which limits my users to having to pay by PayPal as well.
PayPal accepts credit cards if you aren’t a member, but they don’t have a good solution for it at all. PayPal sets a cookie if you have ever logged in via the browser, so if a user is using a shared computer, where someone has previously logged in, they will never see the credit card processing information.
Are there other ways of setting up this scenario without having a middleman involved between the seller and buyer? Looks like Google Checkout requires you to be a user as well.
Thanks!