Online payment solution Spreedly vs Authorize.Net


1
Possible Duplicate: What is the best merchant processing solution?

I plan to sell online space for multimedia solution and charge user per month (everymonth) or yearly. This would primarily be focussed for USA market, but I forsee people in other parts of globe using it too.

From some other threads, it appears that Authorize.Net is a popular payment gateway. But I was wondering if there are benefits of using services like spreedly over it.

What are the points I should consider before deciding my payment engine.

Ecommerce Billing

asked Jan 28 '11 at 06:37
Blank
Jewelthief
151 points

1 Answer


1

They are two different layers in the payment processing stack:

  1. Your merchant account, which you get from a merchant services provider or bank. Either way, it's underwritten by a bank. This is where the money you charge people goes, then they deposit it to your bank account in batches.
  2. Your payment gateway, which provides an API to connect your website to a processing network for credit card transactions. Authorize.net is an example of a payment gateway. You can't use it without a merchant account, it's just a bridge between your website and the processing network the bank underwriting your account uses.
  3. Subscription-as-a-service companies, like Spreedly. They are almost all new companies whose purpose is to relieve you of having to write all the code to manage recurring billing in your application. They talk to your payment gateway using your credentials the same way your website would if you wrote the code for your payment forms yourself. They don't do replace your gateway and don't work if you don't have a payment provider already.
answered Jan 28 '11 at 21:35
Blank
Dan Grossman
303 points

Your Answer

  • Bold
  • Italic
  • • Bullets
  • 1. Numbers
  • Quote
Not the answer you're looking for? Ask your own question or browse other questions in these topics:

Ecommerce Billing