Tell me more ×
Answers OnStartups is a question and answer site for entrepreneurs looking to start or run a new business. It's 100% free, no registration required.

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.

share|improve this question
Here's the canonical answer to this question: answers.onstartups.com/questions/615/… – Michael Pryor Jan 27 '11 at 21:55

marked as duplicate by Michael Pryor Jan 28 '11 at 19:16

This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.

1 Answer

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.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.