Stripe And A/B Testing Made Me A Small Fortune
kalzumeus.com
Stripe And A/B Testing Made Me A Small Fortune
1–10 of 164 posts
Re: Stripe And A/B Testing Made Me A Small Fortune
#2but great customer service is still great, no matter what.
Re: Stripe And A/B Testing Made Me A Small Fortune
#3have to admit, that one of the reasons patio11 got Patrick (cofounder of Stripe) to help with customer support is because he's *the patio11 but great customer service is still great, no matter what.
Re: Stripe And A/B Testing Made Me A Small Fortune
#4have to admit, that one of the reasons patio11 got Patrick (cofounder of Stripe) to help with customer support is because he's *the patio11 but great customer service is still great, no matter what.
Re: Stripe And A/B Testing Made Me A Small Fortune
#5Re: Stripe And A/B Testing Made Me A Small Fortune
#6Or spend a few hours, get a merchant account through a bank and authorize.net with much lower fees and a pretty standard API. Tons of classes to use authorize.net with and super simple... no point of adding ANOTHER layer... charging with a merchant account is trivial.
Re: Stripe And A/B Testing Made Me A Small Fortune
#7One thing I've been seeing recently is that some implementations using Stripe DO have the CC details hitting their server. The most common case being when Javascript is disabled the form posts to the website because the developer didn't design with graceful degradation, a dangerous mistake when mixed with credit card numbers.
It doesn't appear to be a problem for you (your payment page for CC info doesn't gracefully degrade with JS disabled and is impassible - you might want to fix that!) but I've seen it on other sites, and it's especially a problem when other sites don't use SSL as a fail safe for this sort of case which I have also seen. For Stripe it might perhaps be worth considering denying all payments from non HTTPS pages for this reason. It forces the merchants to have an SSL failsafe.
Also with CC info being entered on your site, it's presumably trivial for the site itself to record the CC numbers. Trust is the issue here, I'm not going to be entering my CC number on a site I've never heard of, with no reputation. Stripe doesn't solve this issue, Paypal does. Stripe looks wonderful, but it's not going to be suitable for everyone.
Re: Stripe And A/B Testing Made Me A Small Fortune
#8Or spend a few hours, get a merchant account through a bank and authorize.net with much lower fees and a pretty standard API. Tons of classes to use authorize.net with and super simple... no point of adding ANOTHER layer... charging with a merchant account is trivial.
Doesn't that cost way, way too much as a one-off fee? I'd rather pay a small percentage more on each sale, as I don't have that many sales. Also, getting a merchant account appears to be too much of a hassle.
Re: Stripe And A/B Testing Made Me A Small Fortune
#9Re: Stripe And A/B Testing Made Me A Small Fortune
#10Stop reminding me I can't use Stripe all the time.