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)…
EBay to Ditch PayPal for Dutch Payment Processor Adyen
31–40 of 205 posts
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#32Here'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)…
You also mention a passive web page, if you're talking about a static site (as in a jekyll or hugo site hosted on S3), you may be right. I don't fully understand how that might work since if you're accepting payment for a service, presumably you also need to keep state somewhere to track the delivery of that service to users and such. But if you did want to accept Stripe on a static site, I would think you could use Lambda functions in AWS to handle the callbacks without worrying about the maintenance costs and security risks of running your own linux server.
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#33I've never heard of Adyen here in Australia before this. I assume they are far more Europe/US oriented? I assume they will be rolling out the new integration world wide, so that it will become more ubiquitous? I believe Paypal has a local office in Aus, so I presume Adyen will be setting up local offices in most countries? (I also noticed on the video that it is pronounced "Adi-an" where I first thought "Ad-yen" whic…
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#34Earlier quoted context omitted.
Adyen is an "interchange-plus" payment processor, which means they pass on the interchange fee charged to them by the payment processing networks, plus a fixed markup. Stripe is a flat-rate payment processor: 2.9% + $0.30 on everything. Interchange fees range from 0.05% to 3.2%, more or less. Most consumer cards are going to be significantly cheaper than 2.9% to process. Many people use "check cards" from their bank…
Stripe supports interchange plus when a business would prefer that solution. For the majority of businesses that we work with, they prefer the simplicity of the rates published on our site.
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#35Here'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)…
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.
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#36I've never heard of Adyen here in Australia before this. I assume they are far more Europe/US oriented? I assume they will be rolling out the new integration world wide, so that it will become more ubiquitous? I believe Paypal has a local office in Aus, so I presume Adyen will be setting up local offices in most countries? (I also noticed on the video that it is pronounced "Adi-an" where I first thought "Ad-yen" whic…
I doubt Adyen is well known among North Americans either (the first market being rolled out for ebay). Ayden is used by Uber and Netflix and some other big names but that's mostly hidden in the background as they are integrated directly into the platforms. Unlike Paypal which has an obvious branded layer for all transactional layers. I'm curious what the integration with Ebay will look like. Will users be redirected…
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#37I've never heard of Adyen here in Australia before this. I assume they are far more Europe/US oriented? I assume they will be rolling out the new integration world wide, so that it will become more ubiquitous? I believe Paypal has a local office in Aus, so I presume Adyen will be setting up local offices in most countries? (I also noticed on the video that it is pronounced "Adi-an" where I first thought "Ad-yen" whic…
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#38If anyone else, like me, thought eBay owned PayPal: > On October 3, 2002, PayPal became a wholly owned subsidiary of eBay. On September 30, 2014, eBay Inc. announced the divestiture of PayPal as an independent company, which was completed on July 20, 2015.
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#39Here'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)…
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#40For those of you contemplating Adyen vs. Stripe: Adyen is much more "bare metal." Think more like a modern Authorize.net. Nobody comes close to Stripe's turnkey developer-friendliness.