Payment Gateways

From Hostek.com Wiki
Revision as of 18:48, 18 February 2014 by Jakeh (Talk | contribs) (What is a Payment Gateway?)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


A Merchant Account is required to have the ability to accept cards for payment.

A Payment Gateway is required for automated processing of the accepted cards.

What is a Merchant Account?

  • To accept credit card transactions online, you have a few options.
  • You can setup a PayPal account to allow PayPal to process your credit card transactions for you. This is commonly the "entry level" way to start accepting credit cards online. However, this is not the suggested way for a real e-commerce site to accept cards. Accepting PayPal transactions can be part of the options, but shouldn't, in most cases, be the only method for taking credit cards.
  • Here are a couple of reasons you should not choose only PayPal to process your credit card transactions.
  1. Higher fees than you can get elsewhere, in some cases
  2. Some buyers will think they have to have a PayPal account, although that is not true. This can cause them not to buy from you.
  3. Successful e-commerce sites will have a real Merchant Account. They will generally get their Merchant Account from their local bank, where they conduct their banking business.
  4. Having a Merchant Account alone doesn't mean you can easily accept credit cards. The credit card transactions have to be processed. There are a couple of ways that these transactions can be processed.
  5. Manually, by hand via a touch-tone phone
  6. Automatically via a Payment Gateway (discussed below)
  • The manually by hand method is the way to go if you're only going to be processing a very small amount of transactions per month and you don't value your time that you're having to spend processing these transactions manually.
  • The automatic method of processing credit card transactions is to integrate the Merchant Account with a Payment Gateway. This will allow the card to be approved or declined automatically. You can even set the Gateway to batch your sales nightly. "Batching" the sales means that it closes out the sales and notifies the bank to deposit the funds to your account.


What is a Payment Gateway?

  • A Payment Gateway is a behind the scenes method for getting credit card approval/decline responses and batching out the sales, which will deposit the money into your checking account.
  • Most any ready made e-commerce cart will be integrated with a Payment Gateway. The most popular gateway is Authorize.net. Most every cart is integrated with Authorize.net.
  • Another popular Payment Gateway is USAePay. Hostek.com is a Authorized Reseller for USAePay. Some e-commerce carts are integrated with USAePay, including the most widely used cart, osCommerce.
  • All of the Payment Gateways basically do the same thing. They accept the credit card transactions securely behind the scenes through their API and return a result of approved or declined. That's the most basic function of the Payment Gateway. Also, most Payment Gateways also provide you with an online "vterminal" (virtual terminal) which will allow you to manually process a transaction online if you need.
  • The fee structure on the different gateways vary widely. I'll list some of the main points to consider when choosing a Payment Gateway. The main point to consider is if the Payment Gateway will work with your shopping cart or not.
  • After determining which Payment Gateways are supported by your cart, here are the next things to consider:
  1. Monthly Payment Gateway cost (this is separate from your Merchant Account)
  2. Per Transaction Fee
  3. Per Batch Fee
  • There will be setup fees with most every Payment Gateway and that is a one time fee, so the 3 items listed above are the most important.
  1. Authorize.net Fees (as of this post)
  2. Monthly Payment Gateway Fee: $20.00
  3. Per Transaction Fee: $0.10
  4. Per Batch Fee: $0.25
  5. USAePay Fees (as of this post)
  6. Monthly Payment Gateway Fee: $17.50
  7. Per Transaction Fee: $0.00
  8. Per Batch Fee: $0.00
  • Do I have to have a shopping cart to accept credit cards online?
  • No. You can have a custom form created to accept the credit card information, and then connect that to a Payment Gateway to process the transaction.