Live data from Hacker News

EBay to Ditch PayPal for Dutch Payment Processor Adyen

bloomberg.com

171–180 of 205 posts

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#171
post #89
post #49

Earlier quoted context omitted.

And there actually was... PayPal itself is still (after this news) worth more than both eBay and PayPal were as a single company. Add both together and it was an obvious win.

Strange that since eBay probably owns a lot of PayPal stock that they would try to tank Paypal. Maybe eBay sold their Paypal stock holdings ahead of this change.

Wouldn't that be insider trading?

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#172
post #169
post #159

Earlier quoted context omitted.

But these problems don't exist if you use a service like Stripe. You never ever store any confidential customer information on your own servers.

Stripe was just getting big as I left for a job in edtech so I never had a chance to work with it. Excuse my ignorance but does it require you to send your card info to the vendors server rather than directly to stripe? If that’s the case you are still wide open to basically every form of bad handling. Just because a vendor doesn’t NEED to store your CC doesn’t mean they’re not out of sheer ignorance or incompetence.

Nope, it's designed so that the card details never touch the vendors server. They don't see it to be able to store it.

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#173

Earlier quoted context omitted.

Best way to integrate with stripe is to use their checkout button to get a token instead of receiving CC info directly. Iirc, still need to use backend code to do the actual charge, but at least you never see any sensitive info.

Right, but the poster is saying they don't want to run a server AT ALL.

Then what are they running their website on? This is a perfect example of the infectious nature of the word cloud, people say the word cloud as if there's no server still running it!

Oh noes, I have to run php code stripe has done all the work on and provided to me! Scary!

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#174
post #165

Earlier quoted context omitted.

It's not about a better deal from Stripe, it's Europeans have to pay less in general.

Yeah sure. Remind me when I buy my next iPhone for a ~45% markup compared to the US prices. The 64GB 4.7" iPhone 8 is $699.00 in the US and $998 (799 EUR) in Germany.

I'm talking about payment processing fees

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#175

Earlier quoted context omitted.

My guess is it's even more popular outside the US, or anywhere where credit cards aren't that common - like europe. We link our banking account to Paypal and use it to have instant payments (and fulfillment) without credit cards. You can't expect people to own credit cards over here.

Almost every payment processor accept debit cards, which is widely used in europe.

But many people are very reluctant about signing up with their debit card details with too many companies, at least I know I am.

Unlike CC you don't get a new number/have half a dozen of different ones of them. So it's a quite a bit more of a hassle should the payment service provider ever have a breach/leak.

Many people didn't like to sign up with PayPal to begin with but, due to its dominance with eBay it was a bitter pill most people just swallowed to do their eBay buying and selling.

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#176
post #88

Earlier quoted context omitted.

This. Entirely. I used to work for a small ecommerce webdev shop. I’ve worked on sooo many shitty insecure shopping carts over the years I simply know not to trust basically any small website asking for my card. Completely unencrypted, storing CVVs, sending CC details as GET parameters, I’ve seen it all. It’s painfully common! If a company is not a huge name, and is handling your credit card info themselves, they are…

This. I wish there was a fundamentally different way of handling payments. Something like a one time hash you give the vendor that serves like a digital check(cheque). This way, if they lose the hash they lost their money instead of the customer's. Handing a merchant credit card details "feels" like handing them a blank Check and trusting them to not take more than they should because of the risk of them losing the d…

I could be wrong but I think this is how Apple Pay is supposed to work. (Though a non-proprietary version of this would be fantastic, but this is a baby step I suppose.)

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#177
post #49

Earlier quoted context omitted.

Yes. The Masters of the Universe decided that there was "value to be unlocked" by spinning off PayPal. Or at least...someone's spreadsheet said there was value to be unlocked..

And there actually was... PayPal itself is still (after this news) worth more than both eBay and PayPal were as a single company. Add both together and it was an obvious win.

I think to win that game you have to wait a few years and then compare the aggregate value vs the pre-split value adjusted for average sector gain over the period.

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#178

Here's what puzzles me. I have looked into Stripe, and just browsed the Adyen webpage. Both of those services seem to require you to maintain your own "active" server that can run server side code. PayPal seems to be unique in being able to take payments from a passive web page, because the customer conducts their transaction at PP's website. This is why I continue to use PP for my tiny little business (without eBay)…

Most third-party payment gateways I've worked with are like this.

They usually offer some kind of "pay links" or something similar.

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#179

Earlier quoted context omitted.

Right, but the poster is saying they don't want to run a server AT ALL.

Then what are they running their website on? This is a perfect example of the infectious nature of the word cloud, people say the word cloud as if there's no server still running it! Oh noes, I have to run php code stripe has done all the work on and provided to me! Scary!

Couldn't you run a more static based site if you don't have to run some PHP code though?

Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen

#180
post #88

Earlier quoted context omitted.

This. Entirely. I used to work for a small ecommerce webdev shop. I’ve worked on sooo many shitty insecure shopping carts over the years I simply know not to trust basically any small website asking for my card. Completely unencrypted, storing CVVs, sending CC details as GET parameters, I’ve seen it all. It’s painfully common! If a company is not a huge name, and is handling your credit card info themselves, they are…

This. I wish there was a fundamentally different way of handling payments. Something like a one time hash you give the vendor that serves like a digital check(cheque). This way, if they lose the hash they lost their money instead of the customer's. Handing a merchant credit card details "feels" like handing them a blank Check and trusting them to not take more than they should because of the risk of them losing the d…

You can do all of that with Adyen, however if you run a shop which people only buy from once in a while, e.g. garden sheds, then you would not have value in the token, therefore this is not a common feature.

Adyen works with your shop no matter how PCI compliant and well-built, so you can have it in the checkout or the separate payment page. Interestingly you can also pay by paypal via Adyen.

I have found the online login bit for merchants to be as flaky and naff on Adyen as other payment gateways of yesteryear - forever timing you out and not letting you in, just really bad UX as banks seem to prefer.

I don't see these blockchain based payment systems as fundamentally solving anything in online payments needed for ecommerce, the Adyen tool kit is pretty large and bits such as the 'token' are not needed in real life, or some of the stranger mobile payment solutions that also promise to change the world as much as the crypto-coin 'promises'.

Post reply on HN