Forum Moderators: buckworks
OK, I'm starting up a website like eBay.
Except there are no auctions and users can buy, sell, and barter.
The other main difference is that when a seller sells an item, the buyer pays MY company.
I would like to be able to accept Paypal, Credit Cards, and Direct Deposit. How can I do this? I DON'T want Paypal processing the credit cards, as they are expensive AND owned by eBay.
Also, since users are generating the content/items how does that integrate? What do I use... would Google Checkout work? I would prefer if users didn't have to leave my website... But if they do, somehow code needs to be written back if the user completes the payment, b/c if they just go to the payment screen and then click off... the item should stay available for others to purchase/barter for it.
Any suggestions? I don't think I want a shopping cart, but how else can I accept everything I want to accept and do it securely?
In case your wondering, on the flip side, after collecting the cash I transfer the seller the money (minus fees) as fake cash. They can request the money at any time at which time we will immediately mail out a check. However, if they keep it with us there are incentives, and they will also not need to enter in credit card info the next time they purchase something.
My site is being programmed in Django/Python.
Thanks for your help!
Justin
2.9% + 30 cents on all transactions over $2
5% + 5 cents on all transactions under $2
but don't quote me on that, you're right they don't post it upfront so it may differ depending on volume (I'm sure Itunes gets a sweeter deal).
On a $10 sale I get to keep 20 cents more than Paypal.
I just visited them on my trip to NY (it started in Germany, but the US branch is doing quite well now too). Very friendly people, small team, plus they just got a big heap of venture capital so you can be sure they're not going away anytime soon.
I soured on Paypal after 5 years of giving them my business, and they had the nerve to resolve a $150 transaction dispute against me recently - I contracted some programmer to do some work, he did no work, programmer gets to keep my $150, irregardless of the fact that I am verified with 1000+ confirmed buyers and no disputes ever. Just goes to show you're just an account number with Paypal.. Clickandbuy is more personal.
[paypal.com...]
-- Justin
All I know about the Paypal transaction fees is that on a $10 sales i'd be left with $9.28, whereas with Clickandbuy I net $9.38 after fees are taken off (slightly less than what I originally stated, but definitely better than PP).
Were currently working on replacing Paypal with Clickandbuy on my sites, nothing much to show yet, just a couple product pages with basic Clickandbuy buttons. We're interested in retaining the customers info on our site (I.e. creating them an account with our site), so this requires a bit more complicated dynamic transaction.. i.e.:
customer clicks buy button > taken to Clickandbuy > pays > taken back to our site (with basic POST variables like name, email, etc. > our site OK's the transaction and creates a user account based on the info received
As far as the OP's question, though, it seemed to me that ClickandBuy only deals in non-tangible goods: downloads, donations, site subscriptions, pay per minute. Am I missing something?
Would that work? I would think that as long as that is perfectly clear, (like it would be at a rummage) my company shouldn't be liable for any chargebacks.
In other words, unless you can get explicit, prior agreement from your payment processor not to grant a chargeback in these circumstances, I think you'd be likely to lose any disputes if an item is paid for but not delivered.
If the person does not receive the product - which they purchased with the fake dollars, then we are not liable.
?
Additionally, I suspect that regardless of how you set up your site and whatever disclaimers you provide, you will have some chargebacks claiming unauthorized card use, non-delivery of goods, and items not as described. I can't guess how likely an issuing bank would be to overturn those if you dispute them, but for any of those cases you could end up losing money that has already been paid out to your sellers. Any business processing credit card payments faces some risk of chargebacks, and if you do not want to be the one liable for those, I strongly encourage you to make sure buyers are paying directly to the sellers who are responsible for fulfilling the purchases.
doesn't matter what you say, YOU are liable for any chargebacks
[edited by: RailMan at 8:00 am (utc) on April 4, 2007]
Obviously I will make sure, but if we explicitly state our policy, it should cover us on non-delivery of goods and items not as described. Customer disputes it, and we just should show the credit card company the explicit statement/policy that will be impossible for the customer to not read.
Therefore, we should only be liable for chargebacks on unauthorized card use, which is fairly easy to limit.
I'm sure you'd win a legal dispute with your disclaimer, but I really doubt you'll win an "our way or the highway" dispute, which is what a chargeback pretty much is.
Really the only people who can answer your question is your payment processor - if you can get agreement in writing not to process chargebacks in this situation then great, but my feeling is you'll get a flat No from someone 3 levels below the person who could actually make a decision.
I am simply collecting the money and giving it to the seller. This lowers transaction costs for everyone and makes the site incredibly cheap to use.
So technically the customer isn't paying me. They are still paying the seller, I'm just collecting the money to make the process cheaper for everyone involved.
You walk into a shop and buy a shirt - you get home and find it's damaged - so you take it back to the shop
shop says "hey, not our problem, you didn't pay us, you paid the company that made it and they're in india so go after them for the refund"
is that gonna wash with you?
time to get real here - if you're collecting the money, the customer is yours and you are liable for any refunds. full stop.