Components of a payments system (end to end)


3

What are the components of a subscription/payments processing system/platform?

Does anyone have a good explanation of how providers like Zuora, Authorise.net etc. come together?

Payments Credit Cards Subscriptions

asked Oct 11 '09 at 10:48
Blank
Anthon
470 points
  • I added the tags for you. Really sucks that you can't do it yourself! We'll put in a feature request for that... Thanks for asking. – Jason 14 years ago
  • Thanks for that! – Anthon 14 years ago

5 Answers


4

Here are the parts:

  1. Authorize.NET and such are "payment processors." They take credit card info and handle the authorization and fees with the card companies.
  2. You also need something called a "merchant account." This is the bank account where the processor deposits money. You'd think they could just deposit it into your standard checking account, but they don't.
  3. The credit card companies (Visa, Amex) talk to the processor so you don't have to do anything there.
  4. Fraud and chargebacks are also handled by the processor.

That's it!

If you use PayPal, that's all-in-one. They run the card and put in your PayPal account and you don't need the merchant account.

answered Oct 11 '09 at 11:00
Blank
Jason
16,231 points
  • So Zuora (and their main competitor escapes me right now) would be the same as Authorise.Net except their core competency is subscriptions, which is a subset of payments? – Anthon 14 years ago
  • I'd also add services like http://Spreedly.com as a separate component. They handle the creation of subscription billing schedules, and act as a front-end to your payment processor. – Jay Neely 14 years ago

2

Jason covers the lower layers pretty well. However, for subscription payments there's frequently an additional service - a "subscription processor". Examples in this space are Zuora and Spreedly.

Don't confuse some payment processors ability to do recurring payments with proper subscription processing - there are lots of edge cases around plan upgrades/downgrades, free trials, card changes, etc that the dedicated services do well.

answered Oct 12 '09 at 05:01
Blank
Denis Hennessy
1,363 points

1

Here are the "parts" in a payments system:
1. A payment gateway - like Authorize.net is one example. There are many others...
2. Merchant Account - This is where the payment processing occurs.
3. Your normal checking account
When your customers enter their credit card information on your shopping cart, the payment gateway provides a mechanism to route that transaction (it depends on your implementation of the shopping cart, but there can be different ways to route - route directly, route through your server, etc.)
Your payment gateway will need to have your Merchant Account information, which is where they will route the information to. This tells your Merchant account provider, your payment processor to process the payment, i.e. charge the credit card of the customer and if approved settle it.. which means they deposit the money into your checking account.

Some providers are a one stop-shop, like the leading banks - BofA, Chase Paymenttech, etc. or you can work with these provider individually. To streamline the process, you might want a single vendor, but the biggest thing to keep in mind more than the $$, is the integration and support.

Hope this helps!

answered Oct 11 '09 at 14:34
Blank
Puneet Gangal
281 points

0

So does this sound like a subscription solution?

My application, interfacing through to Zuora/Aria to manage the subscriptions and then linking Zuora/Aria to Paypal who can then either provide the merchant account, or function as a gateway to a merchant account with a bank?

answered Oct 15 '09 at 18:21
Blank
Anthon
470 points

0

Highly recommend PayPal; its easy to use and comprehensive. Besides their new API is plugging in countless third party apps that make it even more valuable; we just plugged in to automate bookkeeping and accounting for businesses using PayPal.

answered Oct 16 '09 at 04:16
Blank
Paul O'brien
521 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:

Payments Credit Cards Subscriptions