<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Recurly Blog &#187; payment gateway</title>
	<atom:link href="http://blog.recurly.com/tag/payment-gateway/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.recurly.com</link>
	<description>Super Simple Subscriptions</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:00:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<atom:link rel='hub' href='http://blog.recurly.com/?pushpress=hub'/>
		<item>
		<title>Lessons learned in online subscription billing</title>
		<link>http://blog.recurly.com/2010/01/lessons-learned-in-online-subscription-billing/</link>
		<comments>http://blog.recurly.com/2010/01/lessons-learned-in-online-subscription-billing/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:35:32 +0000</pubDate>
		<dc:creator>Isaac Hall</dc:creator>
				<category><![CDATA[Billing]]></category>
		<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[address verification]]></category>
		<category><![CDATA[billing support]]></category>
		<category><![CDATA[card authorization]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[expiration dates]]></category>
		<category><![CDATA[merchant account]]></category>
		<category><![CDATA[payment gateway]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[subscription]]></category>

		<guid isPermaLink="false">http://blog.recurly.com/?p=89</guid>
		<description><![CDATA[Pivotal Labs recently invited Recurly to present a TechTalk to a room of developers. Developers are smart people and can quickly figure out how to run credit card transactions using the numerous payment gateway APIs out there. So, we decided to a range of topics that you won't learn from reading documentation -- advice you'll only learn from experience.]]></description>
			<content:encoded><![CDATA[<p>Pivotal Labs recently invited Recurly to present a TechTalk to a room of developers.  Developers are smart people and can quickly figure out how to run credit card transactions using the numerous payment gateway APIs out there.  So, we decided to present a range of topics that you won&#8217;t learn from reading documentation &#8212; advice you&#8217;ll only learn from experience.</p>
<p>In the next several weeks, the TechTalk video should become available.  Until then, let me share a few of the key points with you.</p>
<h2>The Basics: How a Payment is Routed</h2>
<p>The credit card network is a crazy network in and of itself &#8212; lots of banks, credit card networks, and payment gateways &amp; they all need to talk to eachother.  That&#8217;s where your <strong>payment gateway</strong> comes in; your site communicates with the gateway and the gateway routes the credit card transaction to the right credit card company (who in turn routes it to the customer&#8217;s bank).  In the end, there&#8217;s about 5-6 hops before an authorization is made &#8212; see our article <a href="http://blog.recurly.com/2009/08/how-many-companies-does-it-take-to-process-a-credit-card/">How many companies does it take to process a credit card? </a>for more information.</p>
<p>In addition to a payment gateway, you will need a <strong>merchant account</strong>.  The merchant account is best described as a special checking account for your business.  This is where all the money you collect from your subscribers will be deposited.  The payment gateway, through the credit card interchange network, coordinates withdrawing money from the customers bank account and deposits these funds in your merchant account.</p>
<h2>Getting a Merchant Account</h2>
<p>I think of merchant accounts as special checking accounts because they really are special.  Special as in time consuming to open and full of headaches.  When you collect money via credit cards, the transaction doesn&#8217;t end when the money is deposited in your account.  You can be liable for that money for months after the transaction is over because the credit cards want to protect the consumer. For example, if you sell $1 million of goods but then go out of business before you deliver those goods those consumers will ask the credit cards for their money back and all of a sudden you better have $1 million still in your merchant account.</p>
<p>If you&#8217;re working a side project, or your business is going to scale up slowly, then I don&#8217;t want you to waste much time on opening up a merchant account.  Instead, you should look at using a service like PayPal Website Payments Pro &#8212; it combines a merchant account and payment gateway in one, and is easier to apply for.  But if you&#8217;re incorporated and this is your revenue stream, you should open a merchant account with a proper bank.  And, you should budget about a month for the full process of opening a merchant account and getting the credit card agreements in place.</p>
<p>For internet start-ups in the San Francisco area, we strongly recommend <a href="http://www.svb.com/">Silicon Valley Bank</a> for merchant accounts.  They understand start-ups like nobody else.  Recurly spent a month trying to open a merchant account with Bank of America.  Ultimately, B of A denied us because they don&#8217;t understand e-commerce.  This is pretty common among traditional brick-and-mortar banks.</p>
<h2>Payment Gateways</h2>
<p>Not every bank (merchant account) will work with every payment gateway.  If there&#8217;s a gateway you really want to use, make sure it works with your bank first.  Along those same lines, not all integration is equal.  Some banks have first class integration with some payment gateways.  When a bank has a strong integration, you&#8217;ll get access to your money faster, possibly better transaction rates, and better error messages.</p>
<p>One word of advice, be careful signing up for your payment gateway through your bank&#8217;s reseller program.  When your bank resells a payment gateway account, you cannot keep your gateway and switch merchant accounts!  This is so incredibly important.  If you store your credit cards with your payment gateway and your bank decides to close your account for any number of reasons, you no longer have access to your credit card information.  It&#8217;s totally not worth the $200 savings off the payment gateway setup fee.  Seriously, this happened to me and nearly killed the company&#8217;s revenue.</p>
<p>If you&#8217;re looking for a gateway that understand technology well, take a look at <a href="http://www.braintreepaymentsolutions.com/">Braintree Payment Solutions</a>.</p>
<h2>Maximizing Acceptance Rates</h2>
<h3>Address Verification</h3>
<p>Address Verification (AVS) is old school.  Perhaps it works differently across different payment gateways but my experience with Authorize.Net&#8217;s AVS suggests that this is old school 1960&#8242;s string matching technology.  <strong>Zip code validation only works reliably inside the US &#8212; it almost always fails on alpha characters.</strong> So, if you accept international payments, make sure your AVS will succeed on street address matches OR zip code matches, if the customer&#8217;s bank supports AVS.  That setting will help you minimize fraud and maximize acceptance rates.</p>
<p>If you&#8217;re only conducting business in the US, you can turn up AVS more if you like.  This advice is critical if you want to accept international transactions and minimize headaches.</p>
<h3>Expiration Dates</h3>
<p>Here&#8217;s an <strong>industry secret </strong>&#8211; expiration dates usually don&#8217;t matter as long as they&#8217;re in the future.  Several years ago, the credit card companies and utility companies came to an understanding about expiration dates &#8212; it&#8217;s much easier to setup auto-pay for recurring payments if the expiration date doesn&#8217;t matter.  The banks understand that if your card is stolen, they can just change the number &#8212; there&#8217;s no point in having it stop working because of an expiration date.</p>
<p>If you store the expiration date with the credit card information in a payment gateway (e.g. Authorize&#8217;s CIM), that card will stop working after the expiration date.  You cannot move it forward unless you collect the user&#8217;s credit card number again.  But if your billing system is smart enough, perhaps it can try moving the current expiration date forward before asking the user to update their payment details when the card expires.</p>
<h3>1 Cent Authorizations</h3>
<p>If your payment gateway allows you to test a credit card with a 1 cent authorization, don&#8217;t use it.  Seriously.  It will fail 2-5% of the time.  Some banks can&#8217;t believe anyone would want a 1 cent payment so they will deny it for being too small.  Instead, either use a $1 authorization or authorize the transaction for the amount you want to collect in the future (if you know exactly how much that is).  And finally, void the authorization afterwards.  If you don&#8217;t, the credit card companies may hit you with a fine &#8212; this is becoming more common since an authorization effectively puts a hold on funds in the customer&#8217;s account and they want you to release it if you don&#8217;t intend to collect.</p>
<h2>Keep Your Pricing Simple</h2>
<p>If you have a great product, your customers will want to pay you.  But if your pricing is too complicated, three things happen:</p>
<ul>
<li>Your sales guy can&#8217;t explain pricing,</li>
<li>Your programmers (you) will spend too much time figuring out how to bill your users, and</li>
<li>Your customers will complain that they&#8217;re paying too much.</li>
</ul>
<p>Simplify your pricing, perhaps replace overage fees with auto-upgrading tiers, and magic happens:</p>
<ul>
<li>Your sales guys can explain it in a minute,</li>
<li>Your programmers (you) will spend less time on billing, and</li>
<li>Your customers will be happy to pay.</li>
</ul>
<p><strong>Minimize Your Time Handling Billing Support</strong></p>
<p>Billing support will overwhelm you if you&#8217;re not ready.  Make sure your users can self service their accounts the moment you start charging.  If you offer more than one billing cycle or pricing plan, allow your users to change their plan with minimal hassle &#8212; otherwise they&#8217;re going to write to your support and you&#8217;ll have to do it for them, and often.</p>
<p>Make it easy for your subscribers to cancel.  They should not have to contact you to stop paying you &#8212; in the end they&#8217;ll just be more likely to call their credit card company and dispute the charge (that&#8217;s a chargeback).  And if you collect enough chargebacks, say goodbye to your merchant account.</p>
<p>Finally, if you build your own subscription billing system, you&#8217;re going to spend disproportionate amounts of your time handling past-due accounts.  You&#8217;ll get up and running quickly with your payment gateway&#8217;s recurring billing API, but you&#8217;ll spend 10x more time trying to figure out how to handle an account when a payment fails.  That&#8217;s precisely why we created <a href="http://recurly.com">Recurly</a>.</p>
<h2>TechTalk Slides</h2>
<div style="width:425px;text-align:left" id="__ss_2985873"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/Recurly/lessons-learned-in-online-billing" title="Lessons Learned in Online Billing">Lessons Learned in Online Billing</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=recurlytechtalk-100125021643-phpapp02&#038;stripped_title=lessons-learned-in-online-billing" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=recurlytechtalk-100125021643-phpapp02&#038;stripped_title=lessons-learned-in-online-billing" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.recurly.com/2010/01/lessons-learned-in-online-subscription-billing/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>The Challenges of Subscription Billing</title>
		<link>http://blog.recurly.com/2009/08/challenges-of-subscription-billing/</link>
		<comments>http://blog.recurly.com/2009/08/challenges-of-subscription-billing/#comments</comments>
		<pubDate>Wed, 26 Aug 2009 19:27:54 +0000</pubDate>
		<dc:creator>Isaac Hall</dc:creator>
				<category><![CDATA[Billing]]></category>
		<category><![CDATA[Subscriptions]]></category>
		<category><![CDATA[billing service]]></category>
		<category><![CDATA[declined payments]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[payment gateway]]></category>

		<guid isPermaLink="false">http://blog.recurly.com/?p=20</guid>
		<description><![CDATA[More than once, I've underestimated the efforts required to create a billing system.  I have yet to find a start-up that budgeted correctly for the time and effort to integrate subscription billing. If your startup is new to subscription billing, there are a few key problems you'll soon encounter.  Knowing about these issues will help you budget your development resources appropriately and help you evaluate your recurring billing options.]]></description>
			<content:encoded><![CDATA[<p>More than once, I&#8217;ve underestimated the efforts required to create a billing system.  I have yet to find a start-up that budgeted correctly for the time and effort to integrate subscription billing.  From the outside, the task seems to be pretty straightforward:</p>
<ol>
<li>Signup for a recurring billing service</li>
<li>Create a signup form that accepts the billing information</li>
<li>Create a page for the user to update their billing information</li>
<li>Allow the user to cancel their subscription</li>
<li>Sell your product or service and money</li>
</ol>
<p>The above will get you up and running with subscriptions.  However, there&#8217;s a lot missing from the above picture that you won&#8217;t realize until you roll out your new billing system.  If your startup is new to subscription billing, there are a few key problems you&#8217;ll soon encounter.  Knowing about these issues will help you budget your development resources appropriately and help you evaluate your recurring billing options.</p>
<p><strong>Declined Recurring Payments</strong><br />
For starters, what happens when one of the recurring payments fails due to a declined or expired credit card?  Will your system know to alert the user and/or cancel their subscription?  Can you get a list of past due accounts?  And, will the system continue billing the user or will it stop until their payment information is updated?</p>
<p>When a card is declined during the subscription renewal, you need to alert the customer and give them a way to update their billing information.  If they update their billing information in a timely manner, then bill them the missed amount.  Otherwise, the appropriate action is to cancel their subscription and transition their account back to a free account.  Unfortunately, many recurring billing APIs make it non-trivial to determine if a recurring payment failed.  And, if the user updates their billing information, verify that the service will collect the missing payment &#8212; this should happen immediately as part of the billing info update process.</p>
<p><strong>Upgrades and Downgrades</strong><br />
If your site offers multiple subscription types, billing intervals, or quantities, then your customers are guaranteed to ask for upgrades and downgrades of their subscription.  If you start offering your subscriptions without a means for the subscriber to modify their own subscription, then you&#8217;ll receive several support requests.  Hopefully your support staff has the tools to modify the subscriptions or else you will miss the opportunity to make more money by allowing your users to upgrade.  And, a few users will be more than unhappy.</p>
<p>Of course, not all recurring billing APIs will allow you to upgrade or downgrade like you would expect.  Typically, an upgrade (additional quantity, add-ons, or service level) should happen immediately.  To do that, the remainder of the current term needs to be prorated and billed immediately.  Not all recurring billing services do this &#8212; some will require you to wait until the renewal to charge a new amount.</p>
<p>Downgrades or billing cycle changes can be just as tricky.  These events typically occur at the end of the current billing cycle, since the customer has already committed to paying for their current term.  These changes are doable with almost all recurring APIs, but most services will require you to perform the calculations to get the changes just right.  Buffer for some development time and lots of testing here.</p>
<p><strong>Customer Service Tools</strong><br />
Does your billing system give your support staff the ability to lookup and modify accounts?  Your subscribers will want you to make changes (either by contacting you with a phone call or email) on their behalf.  If it takes an engineer to make subscription changes because you haven&#8217;t built the tools for your support staff to handle the modification, then you&#8217;re not using your resources efficiently.  Other users will expect your support staff to be able to offer them credits or refunds if something should go amiss.  Your support staff should be able to handle these requests immediately to minimize any chances of chargebacks or upset customers.  I strongly encourage you to give your support staff the tools necessary to support billing requests without involving a developer with database access.</p>
<p><strong>Reporting and Metrics</strong><br />
Are you tracking your subscriber metrics?  Your payment gateway will tell you about the dollars and cents moving through your account but it doesn&#8217;t know anything about subscribers.  You&#8217;ll want to know as much as you can about new signups, upgrades and downgrades, cancellations, missed payments, failed subscribe attempts, etc.  Out of the box, most recurring billing services fail to provide these reports.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.recurly.com/2009/08/challenges-of-subscription-billing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How many companies does it take to process a credit card?</title>
		<link>http://blog.recurly.com/2009/08/how-many-companies-does-it-take-to-process-a-credit-card/</link>
		<comments>http://blog.recurly.com/2009/08/how-many-companies-does-it-take-to-process-a-credit-card/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 05:49:52 +0000</pubDate>
		<dc:creator>Isaac Hall</dc:creator>
				<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[credit card]]></category>
		<category><![CDATA[ecommerce]]></category>
		<category><![CDATA[merchant bank]]></category>
		<category><![CDATA[merchant service provider]]></category>
		<category><![CDATA[payment gateway]]></category>

		<guid isPermaLink="false">http://blog.recurly.com/?p=18</guid>
		<description><![CDATA[If you're launching a new site and want to accept credit cards, you'll soon learn how many companies are involved in every transaction. And, once you run into the first few declined credit cards, you'll learn about a few companies that didn't seem to be there before.  This article describes the companies that are involved in every credit card transaction.]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;re launching a new site and want to accept credit cards, you&#8217;ll soon learn how many companies are involved in every transaction.  And, once you run into the first few declined credit cards, you&#8217;ll learn about a few companies that didn&#8217;t seem to be there before.  Let&#8217;s dive in.</p>
<p>When you enter your credit card on a website, it sends the credit card information over an encrypted channel to a <strong>payment gateway</strong>.  The payment gateway&#8217;s primary responsibility is to authorize payments and communicate with the <strong>merchant&#8217;s bank</strong>. Banks communicate with the payment gateway using a proprietary network and/or protocol.  Since your website is not processing billions of transactions a month, your bank does not want to integrate with you.  So, the payment gateway effectively becomes the middle man.</p>
<p>However, if the merchant bank is small (compared to a bank like CitiBank, Chase, or Bank of America), the merchant bank likely uses another company to communicate with the payment gateway.  This middle man is known as a <strong>merchant service provider</strong>.  Unless you run into some very tricky problems authorizing transactions, you are not likely to know this company exists.  In most cases, the merchant service provider does their job and stays completely in the background.</p>
<p>Now that the merchant bank has the transaction information, it routes the details to the customer&#8217;s <strong>credit card company</strong> &#8212; Visa, MasterCard, Discover, American Express, etc.  Since Discover and American Express are usually issued directly to a customer (and not through an issuing bank), these card companies return an authorization or declined message.  Otherwise, the credit card company must now connect to the <strong>customer&#8217;s credit card issuing bank</strong>.  Finally, the customer&#8217;s bank can authorize or decline the transaction and the message routes all the way back to the originating e-commerce site.  On average, the whole authorization process can take 2-3 seconds due to all the parties involved in the transaction.</p>
<p>To summaries the authorization flow, the credit card information goes from the <strong>user&#8217;s browser</strong> to the <strong>e-commerce website</strong> to the <strong>payment gateway</strong> (optionally) to the <strong>merchant service provider</strong> to the <strong>merchant bank</strong> to the <strong>credit card company</strong> to the <strong>user&#8217;s bank</strong> for approval.</p>
<p>At the end of the day, the merchant&#8217;s bank must settle the transactions (assuming the funds were captured, or approved for transfer).  The merchant bank then works with the credit card company and users&#8217; banks to transfer the funds.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.recurly.com/2009/08/how-many-companies-does-it-take-to-process-a-credit-card/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Selecting an Internet Merchant Account</title>
		<link>http://blog.recurly.com/2009/08/selecting-an-interne-merchant-account/</link>
		<comments>http://blog.recurly.com/2009/08/selecting-an-interne-merchant-account/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 05:42:45 +0000</pubDate>
		<dc:creator>Isaac Hall</dc:creator>
				<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Authorize.NET]]></category>
		<category><![CDATA[bank]]></category>
		<category><![CDATA[merchant account]]></category>
		<category><![CDATA[merchant service provider]]></category>
		<category><![CDATA[payment gateway]]></category>
		<category><![CDATA[Subscriptions]]></category>
		<category><![CDATA[transactions]]></category>

		<guid isPermaLink="false">http://blog.recurly.com/?p=10</guid>
		<description><![CDATA[Every Merchant Account provider has a frequently asked questions (FAQ) page yet they always leave out the really important questions. Yes, you absolutely need to know about the fees, supported gateways, address verification, Discover &#38; AmEx, etc.  However, there&#8217;s another class of questions that you&#8217;ll never know to ask until you run into a problem.  [...]]]></description>
			<content:encoded><![CDATA[<p>Every Merchant Account provider has a frequently asked questions (FAQ) page yet they always leave out the really important questions.  Yes, you absolutely need to know about the fees, supported gateways, address verification, Discover &amp; AmEx, etc.  However, there&#8217;s another class of questions that you&#8217;ll never know to ask until you run into a problem.  Hopefully your account will just work flawlessly &#8212; and in most cases it will &#8212; but you should ask a few more questions before jumping on the best offer.</p>
<h5>What happens if my business grows?</h5>
<p>When you sign up for a merchant account, your application details the typical transactions you&#8217;ll process.  If you&#8217;re a start-up and you experience a rapid growth (good for you!), then you may be in for a surprise.  Banks scrutinize their merchant accounts continuously.  As part of that process, they&#8217;ll actively profile all your transactions.  If there&#8217;s a sudden spike in dollar amounts or the average transaction amount changes, the bank may review your account.  Or, they may not be so nice and you&#8217;ll receive an account termination or suspension notice.</p>
<p>If your business is like 97% of e-commerce sites out there, your income stream will be pretty steady and this isn&#8217;t a concern.  If your company is an internet start-up and the sky&#8217;s the limit, your initial revenue stream is going to be unpredictable.  Be upfront with your merchant account provider and ask about the review process should your transaction profile change.</p>
<h5>If I offer yearly subscriptions, do you gradually release the funds or are all the funds available immediately?</h5>
<p>Recurring revenue is great, that&#8217;s the beauty of selling a service.  However, the merchant account bears a small risk when you charge upfront for that service.  If you&#8217;re renewing the subscription on a monthly basis, the risk is pretty minimal and your merchant account will be happy.  But your most dedicated customers may want to pay upfront for a yearly subscription and get a little discount.  That&#8217;s great.  Be sure to ask your merchant account how this revenue is treated.</p>
<p>When you collect payment upfront for a year, the merchant bank is liable for those funds for duration of the year.  Ideally, your company is established and your merchant bank will release the funds immediately.  However, your bank may not do that if you&#8217;re a start-up.  In that case, ask if the yearly subscriptions can be released 1/12th every month.  That will certainly make your bank more comfortable with your service and less likely to freeze the entire merchant account, should a red flag ever be raised.</p>
<h5>Who owns the payment gateway account?</h5>
<p>When you sign up for a merchant account, the bank will likely be a reseller for a payment gateway (like Authorize.NET or CyberSource).  And, they&#8217;ll likely be able to give you a discount on the setup fee for the payment gateway, in addition to handling some paperwork for you.  Sounds great.</p>
<p>What happens if you ever need to change merchant accounts? You&#8217;ll likely need to open a new payment gateway account too.  When a reseller sets up the payment gateway account, they own the account and it cannot be updated to point to a different merchant account as part of that setup.  If you open the payment gateway account yourself, switching merchant accounts at a later date is not an issue.</p>
<p>Of course, this usually is not much of an issue if you&#8217;re a typical e-commerce site and you&#8217;re processing a bunch of one time transactions.  If you&#8217;re accepting subscriptions and you depend on your payment gateway to securely store your credit card information for your recurring billing, then it&#8217;s a problem.  If you ever switch payment gateway accounts, your subscriptions will stop working.  Now, that&#8217;s important.</p>
<h5>Is there an intermediary (Merchant Service Provider) between the merchant account and the payment gateway?</h5>
<p>If you sign up with a fairly large bank for your merchant account, they may communicate directly with the payment gateway.  If your bank is a little smaller, they may use an intermediary, known as a Merchant Service Provider, to communicate with the payment gateway.  While in most scenarios this really does not matter, the intermediary may introduce a little more lag into the communication and it may cause some variation in the error messages returned from the payment gateway.</p>
<p>In one scenario that I have seen, switching a merchant account while keeping the payment gateway the same introduced a new error message; &#8220;Invalid configuration in payment gateway.&#8221;  Investigating this error message was a major headache as multiple parties were involved in the transaction and each pointed the blame at someone else without identifying the problem.  In the end, we found that all the credit cards we investigated with this error were legitimately declined by the end user&#8217;s bank.  Due to the various parties involved in the transaction, the real reason for the decline was lost in translation and we were left with a generic message.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.recurly.com/2009/08/selecting-an-interne-merchant-account/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->