One of the bigger drawbacks of Adyen vs Stripe, although we wanted to work with them a lot, is, they require a crazy reserve (in the millions) if your model is subscription based. The logic behind it from them is, that they must be able to refund all your customers in case you go bankrupt, and you have subscribers left hanging without full-filled service they paid in advance for. Although I get the logic behind it, n…
Are you saying that to process recurring fees on Stripe (as so many startups do) that you need this reserve?
EBay to Ditch PayPal for Dutch Payment Processor Adyen
121–130 of 205 posts
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#122Earlier quoted context omitted.
Are you saying that to process recurring fees on Stripe (as so many startups do) that you need this reserve?
Definitely not, from experience. I think the opening poster means that Adyen needs such a large reserve, since I definitely know subscriptions-based startups that don't have any reserve with Stripe
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#123Earlier quoted context omitted.
Definitely not, from experience. I think the opening poster means that Adyen needs such a large reserve, since I definitely know subscriptions-based startups that don't have any reserve with Stripe
phew :)
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#124I'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 have heard of it as it's a Dutch company and I am Dutch. They are doing really well in the sense of having many payment methods, as in Europe every country prefers a different method. The CEO has a lot of experience in payment integrations and financial transactions, even before starting Adyen. Furthermore, in the Netherlands they are also rolling out payment machines that are cheap and support many payment options…
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#125Earlier quoted context omitted.
Stripe "is"/"was" also European :)
Stripe has never been European, it was always headquartered and operated out of the US. It'd be like claiming that SpaceX is South African. https://www.startupgrind.com/blog/the-collison-brothers-and-...
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#126Earlier quoted context omitted.
I have heard of it as it's a Dutch company and I am Dutch. They are doing really well in the sense of having many payment methods, as in Europe every country prefers a different method. The CEO has a lot of experience in payment integrations and financial transactions, even before starting Adyen. Furthermore, in the Netherlands they are also rolling out payment machines that are cheap and support many payment options…
Cool. As a native Dutch, perhaps you can shed some light. I saw on the video that the pronunciation of the name is more like "Ardee-yun". Is that correct? Also, is it a Dutch word? If so, I'm interested in learning what it means (if anything).
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#127Earlier quoted context omitted.
I have heard of it as it's a Dutch company and I am Dutch. They are doing really well in the sense of having many payment methods, as in Europe every country prefers a different method. The CEO has a lot of experience in payment integrations and financial transactions, even before starting Adyen. Furthermore, in the Netherlands they are also rolling out payment machines that are cheap and support many payment options…
Cool. As a native Dutch, perhaps you can shed some light. I saw on the video that the pronunciation of the name is more like "Ardee-yun". Is that correct? Also, is it a Dutch word? If so, I'm interested in learning what it means (if anything).
Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#128Re: EBay to Ditch PayPal for Dutch Payment Processor Adyen
#129Here'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
#130Earlier 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…