<?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>No BS SAP Reporter &#187; Credit Cards and SAP</title>
	<atom:link href="http://www.sapguy.com/blog/category/sap-implimentation-tips/credit-cards-and-sap/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sapguy.com/blog</link>
	<description>SAP Implementation Tips, Tricks &#38; Observations from the Trenches</description>
	<lastBuildDate>Fri, 29 Jan 2010 01:59:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>XiPay &#8211; The Paymetric Payment Card Acceptance System</title>
		<link>http://www.sapguy.com/blog/101/paymetric-xipay-payment-card/</link>
		<comments>http://www.sapguy.com/blog/101/paymetric-xipay-payment-card/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:03:20 +0000</pubDate>
		<dc:creator>SAPGuy</dc:creator>
				<category><![CDATA[Credit Cards and SAP]]></category>
		<category><![CDATA[SAP Implimentation Tips]]></category>
		<category><![CDATA[Credit card]]></category>
		<category><![CDATA[Payment Card Industry Data Security Standard]]></category>
		<category><![CDATA[Paymetric]]></category>

		<guid isPermaLink="false">http://www.sapguy.com/blog/?p=101</guid>
		<description><![CDATA[This article covers a few of the major problems with implementing payment cards into SAP. It then covers Paymetrics Xipay solution and the problems it solves.]]></description>
			<content:encoded><![CDATA[<p></p><h2>The Big Problems</h2>
<p>The biggest problem with processing payment cards (processing credit cards, debit cards &amp; corporate buying cards) with SAP, is the integration with the payment card gateway or the bank. If you plan to develop your own, it takes many months of development. Then the interface needs to be certified by the financial institution to meet certain standards (different for different banks). At the end of the day, you now have this custom interface that needs to be maintained each time there is a change in the requirements. The question you need to ask yourself is: What is my core business? Do I really want to be in software development?</p>
<div>The second issue is that SAP only provides a framework for payment card processing. While fairly comprehensive, there are some notable gaps. I will just mention one here. If an order is placed without a credit card and processed through to billing, there is no standard way in SAP to pay for the invoice by credit card after the fact.</div>
<h2>The Solution</h2>
<p>Find a third party company that specializes in payment card processing and integration into SAP. There are several of them, but the market leader (they have approximately 80% of the market) is Paymetric. The company has been in that space for over 10 years and has a few very sharp individuals at the helm. They offer 2 main products:</p>
<ol>
<li>XiPay &#8211; Payment Card Processing</li>
<li>XiSecure &#8211; New Product that handles Payment Card Tokens (discussed in another article)</li>
</ol>
<div>I will discuss XiPay in this article.</div>
<h2>History of the XiPay Solution</h2>
<p>XiPay has come a long way. I first saw it in 2002 and then it was just a collection of SAP programs designed to address the gaps within SAP. So they were attempting to address the second problem with the SAP functionality, namely, the functionality gaps. You still had to develop your own interface with the bank.</p>
<p>I next saw it in 2007 and it now offered a fairly comprehensive solution. It now also comprised of a separate server that took care of the interfaces with a slew of different payment processors and banks. To activate an interface with your bank or payment card processor,  you needed to add that banks software &#8220;cartridge&#8221; and make a few configuration settings.   A pretty elegant design.  That solved the biggest problem described in the first paragraph.</p>
<p>In the latter part of 2007, the payment card industry introduces a set of new data security standards (discussed in a previous article) that had to be complied with if you wanted to process payment with credit cards. This PCI Compliance changed the face of the payment card industry much the same as SOX changed the face of businesses several years ago.</p>
<div>Fast forward to 2010. One of the results of the PCI Compliance and accompanying annual Audit is that it now makes sense to process (and store) the payment card information off-site and off your systems. This saw the introduction of XiPay On Demand, a SAAS solution that replaces the on-site server solution.</div>
<h2>What does it give you?</h2>
<p>One big plus of the on demand solution, I think, is that it gets rid of the XiPay server that you need to maintain at your site  (in practice, this was at least 2 servers, 1 for your development and QA environment and 1 for your production environment). It was fairly specialized and I found that despite spending time with the Paymetric technical resource, our Basis person (who was good), still had to schedule time with Paymetric anytime an installation or patch had to be applied.  This created several delays in our implementation.</p>
<p>With the introduction of the on demand solution, instead of having to support about 1000 customers server installations, paymetric now only has to support one. And all the clients hook into this server.</p>
<p>With the XiPay On Demand solution, that technical maintenance aspect goes away, allowing you to focus on your core business again.</p>
<div>An additional benefit is that the PCI Compliance aspect becomes less as Paymetric is now responsible for maintaining PCI compliance on the way to the payment processor and bank.</div>
<p>If you also implement a payment card token system, such as XiSecure (discussed in an upcoming article), the PCI Compliance become even less of an issue.</p>
<h2>Conclusion</h2>
<p>The paymetric XiPay solution simplifies your payment card processing in your SAP implementation and the on demand aspect provide some real advantages on an on-going basis.</p>
<div>
<hr /></div>
<p>Feel free to add Comments and Questions.</p>
<div>
<p>The SAPGuy has been implementing SAP in the trenches for the last 16 years. Feel free to contact me to discuss any challenging consulting needs.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sapguy.com/blog/101/paymetric-xipay-payment-card/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Credit Card Tokenization?</title>
		<link>http://www.sapguy.com/blog/88/what-is-credit-card-tokenization/</link>
		<comments>http://www.sapguy.com/blog/88/what-is-credit-card-tokenization/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 17:45:12 +0000</pubDate>
		<dc:creator>SAPGuy</dc:creator>
				<category><![CDATA[Credit Cards and SAP]]></category>
		<category><![CDATA[SAP Implimentation Tips]]></category>
		<category><![CDATA[Credit card]]></category>
		<category><![CDATA[credit cards]]></category>
		<category><![CDATA[Payment Card Industry Data Security Standard]]></category>
		<category><![CDATA[Paymetric]]></category>

		<guid isPermaLink="false">http://www.sapguy.com/blog/?p=88</guid>
		<description><![CDATA[A brief article on what credit card tokenization is. Why it exists. What problems it resolves. What it does. And why you should consider using it.]]></description>
			<content:encoded><![CDATA[<p></p><h2><span lang="EN"> </span>What is the biggest problem with Credit Card Data?</h2>
<p>A tongue in cheek reply would be: &#8220;The Credit Card Data dummy!&#8221; While it is a tongue in check reply, there is some truth to it.</p>
<p>Having been involved with many implementations, I have seen this over and over. It is always an issue securing and protecting this data and only displaying it to those that need to know. Here are some classic issues I have seen.</p>
<p>Most SAP infrastructures include a Quality Assurance client for testing changes before moving these to the Production environment. And it is very often a copy of Production at some point in time. And what comes over with that copy? All the customers Payment Card data. So you need to do 1 of 2 things:</p>
<ol>
<li>Purge the Credit Card Data (have to write a custom program)</li>
<li>Encrypt that data &#8211; very often not activated in the QA environment. And quite a process to turn on.</li>
</ol>
<div>So everyone forgets about it until someone notices this. Then everyone is scrambling and QA is shut down to most users until it is resolved.</div>
<h2>The Result of Encryption</h2>
<p>When a credit card is encrypted in the database, it is displayed as ************4141 for example.</p>
<p>The problem is that it needs to be displayed everywhere like that. I have seen instances where someone will run a report and the unencrypted credit card will show up. Or someone enters a transaction from a different direction, or accesses a rarely used screen, and suddenly the unblemished, unencrypted credit card data show up.</p>
<p>And in reality, the Payment Card is still saved in our database. And we are responsible for securing and protecting that data.</p>
<h2>What is a Token</h2>
<p>What if we could move the Credit Card data from our database and give it to another server (called a Token Server)? The Token server then gives us back a Token that is representative of the Credit Card data. So the actual Credit Card data in our databases, is now replaced by a Token data.</p>
<p>For example: It gives us back ************4141 to store in out database. The only link from the token to the Credit Card data is now held on the Token Server.</p>
<h2>Advantages of Tokenization</h2>
<ol>
<li>Now we do not have the credit card data in our database. If someone hacked into our database or a user accessed the customer Payment Card data, they could not do anything with the ************4141.</li>
<li>Obviously the Token Server needs to be secured and PCI compliant. But this means that we only have one system to secure, instead of potentially many systems.</li>
<li>And if we contract with a 3rd party to supply this Token Server, we have now moved the responsibility off site to another company whose core business is to secure such data and remain PCI compliant.</li>
<li>This reducing our costs.</li>
<li>If the Credit Card data is ever needed, a query goes out to the Token Server which returns the Credit Card Data. This makes PCI compliance much easier as we do not store Credit Card data on site anymore.</li>
</ol>
<h2>Who offers these Tokenization Services for SAP</h2>
<p>Probably the best known of the Service Providers is Paymetric, with their XiSecure Service (they use a 25 Character Token).</p>
<div>They have 2 versions of it:</div>
<ol>
<li>XiSecure &#8211; Onsite local Installation</li>
<li>XiSecure &#8211; SAAS Hosted Offsite Service.</li>
</ol>
<p>Whilst I have not implemented a Token system yet, it makes sense and would be a useful compliment to a Credit Card Payment System.</p>
<div>Hope this brief article helps you understand what tokenization is and how it helps your business.</div>
<div></div>
<div>
<hr /></div>
<div>Feel free to add Comments and Questions.</div>
<div>
<p>The SAPGuy has been implementing SAP in the trenches for the last 16 years. Feel free to contact me to discuss any challenging consulting needs.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sapguy.com/blog/88/what-is-credit-card-tokenization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is the Payment Card Industry Data Security Standard?</title>
		<link>http://www.sapguy.com/blog/79/what-is-the-payment-card-industry-data-security-standard/</link>
		<comments>http://www.sapguy.com/blog/79/what-is-the-payment-card-industry-data-security-standard/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 17:28:45 +0000</pubDate>
		<dc:creator>SAPGuy</dc:creator>
				<category><![CDATA[Credit Cards and SAP]]></category>
		<category><![CDATA[SAP Implimentation Tips]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[Credit card]]></category>
		<category><![CDATA[Payment Card Industry Data Security Standard]]></category>

		<guid isPermaLink="false">http://www.sapguy.com/blog/?p=79</guid>
		<description><![CDATA[Paymetric Implementation masks a Looming Change to the Payment Card Industry In 2007, I was implementing the Paymetric XiPay module for a client. We were integrating Paymetric with their SAP system. At the time, I remember having a conversation with the IT guy regarding an annual audit that they needed to pass for accepting credit [...]]]></description>
			<content:encoded><![CDATA[<p></p><h2>Paymetric Implementation masks a Looming Change to the Payment Card Industry</h2>
<div>In 2007, I was implementing the Paymetric XiPay module for a client. We were integrating Paymetric with their SAP system. At the time, I remember having a conversation with the IT guy regarding an annual audit that they needed to pass for accepting credit cards. Whilst it was of minor interest at the time, it did not have any major impact on the implementation. Little did I know how significant that conversation actually was. Huge changes were about to affect the payment card industry.</div>
<h2>What led to the Payment Card Industry Change?</h2>
<div>We have all seen the news headlines in the last few years, where hundreds of thousands of credit card numbers have been stolen or in some cases &#8220;misplaced&#8221;. I have been on the receiving end at least 3 times, where my credit card has been compromised and led to the issuance of a new payment card. Fortunately, the payment card industry has been very vigilant to strange activity on credit cards. And I have never been held responsible for those charges. But the net result has been millions (if not billions) of dollars lost due to credit card fraud.</div>
<h2>New Payment Card Industry Data Security Standard (PCI DSS)</h2>
<div>Since September 30 2007, all companies (merchants and payment card service providers) that deal with credit cards, have been subject to strict new security standards. These standards were developed by the PCI Security Standards Council, which is a consortium of the biggest international payment card issuers (comprising of American Express, Visa International, MasterCard Worldwide, Discover Financial Services and JCB International). In order to ensure PCI compliance, all merchants and service providers are audited annually. These new requirements along with the accompanying audits, have added significantly to the cost overheads for these companies.</div>
<h2>What are the PCI Standards?</h2>
<div>There are 12 PCI requirements in total that address 6 different areas of vulnerability that need to be met.</div>
<ol>
<li>Build and Maintain a Secure Network
<ul>
<li>Requirement 1: Install and Maintain a Firewall to protect cardholder data</li>
<li>Requirement 2: Make sure you create and use your own strong passwords (don&#8217;t use vendor supplied passwords)</li>
</ul>
</li>
<li>Protect Cardholder Data
<ul>
<li>Requirement 3: Protect stored Cardholder data</li>
<li>Requirement 4: Encrypt data transmission of cardholder data across public networks</li>
</ul>
</li>
<li>Implement a Vulnerability Management Program
<ul>
<li>Requirement 5: Use and regularly update Anti-Virus programs and measures</li>
<li>Requirement 6: Develop and maintain secure systems and applications</li>
</ul>
</li>
<li>Implement Strong Access Control
<ul>
<li>Requirement 7: Restrict access to cardholder information to strict business need-to know personnel</li>
<li>Requirement 8: Each person needs to be assigned a unique ID for computer access</li>
<li>Requirement 9: Restrict the physical access for cardholder data</li>
</ul>
</li>
<li>Regularly Monitor and Test Networks
<ul>
<li>Requirement 10: Track and monitor all access to network resources and cardholder data</li>
<li>Requirement 11: Regularly test security systems and processes</li>
</ul>
</li>
<li>Maintain an Information Security Policy
<ul>
<li>Requirement 12: Maintain a security policy that includes both employees and contractors</li>
</ul>
</li>
</ol>
<h2>PCI Compliance &amp; PCI Audit Requirements</h2>
<div>The level of the annual PCI audit depends on the number of payment card transactions that your company processes. But in general, there are 2 annual audit requirements:</div>
<ol>
<li>A PCI data security assessment (on site or self assessment)</li>
<li>A Third party network scan (quarterly or annually)</li>
</ol>
<h2>Consequences of Non PCI DSS Compliance</h2>
<div>There are 4 main potential consequences:</div>
<ol>
<li>Card Companies may impose fines up to $500,000 on the Banks if their merchants are not complying.</li>
<li>Merchants could risk losing their ability to process credit cards</li>
<li>Business&#8217;s whose cardholder data has been compromised, are obliged to notify legal authorities and provide free credit-protection services to those who are affected.</li>
<li>Cardholder&#8217;s may sue you. This may lead to bad publicity and potential loss of business.</li>
</ol>
<h2>Conclusion</h2>
<p>I hope this brief overview of PCI DSS has been informative.</p>
<div>
<div>
<hr /></div>
<div>Feel free to add Comments and Questions.</div>
<div>
<p>The SAPGuy has been implementing SAP in the trenches for the last 16 years. Feel free to contact me to discuss any challenging consulting needs.</p>
</div>
</div>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/9b70a17f-462c-4fc9-be0d-68e0cb108547/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=9b70a17f-462c-4fc9-be0d-68e0cb108547" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://www.sapguy.com/blog/79/what-is-the-payment-card-industry-data-security-standard/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Working with Paymetric SAP Credit Card Solution</title>
		<link>http://www.sapguy.com/blog/41/working-with-paymetric-sap-credit-card-solution/</link>
		<comments>http://www.sapguy.com/blog/41/working-with-paymetric-sap-credit-card-solution/#comments</comments>
		<pubDate>Thu, 04 Oct 2007 02:25:14 +0000</pubDate>
		<dc:creator>SAPGuy</dc:creator>
				<category><![CDATA[Credit Cards and SAP]]></category>
		<category><![CDATA[SAP Implimentation Tips]]></category>
		<category><![CDATA[Paymetric]]></category>

		<guid isPermaLink="false">http://www.sapguy.com/blog/index.php/41/working-with-paymetric-sap-credit-card-solution/</guid>
		<description><![CDATA[I have spent the past 5 months working with Paymetric&#8217;s solution for SAP credit cards and I must say I have been impressed. I first came across Paymetric in 2002 when supporting Credit Cards from the CRM side and they have come a long way since then. I was impressed with their expertise at that [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I have spent the past 5 months working with <a title="Paymetric" href="http://www.paymetric.com" target="_blank">Paymetric&#8217;s</a> solution for SAP credit cards and I must say I have been impressed.</p>
<p>I first came across Paymetric in 2002 when supporting Credit Cards from the CRM side and they have come a long way since then. I was impressed with their expertise at that stage but their solution was not as comprehensive as it is today.</p>
<p>They have had a long and comprehensive look at SAP&#8217;s standard solution for credit cards and developed their offering to fill the gaps and improve the functionality.</p>
<p>Here are a few examples:</p>
<ul>
<li>In standard SAP, the customer needs to decide up front in the sales order to pay by credit card. It is not possible to pay for your open A/R balance later. Paymetric&#8217;s <strong>Open A/R</strong> module allows you to select Open balances after the fact to settle with a credit card.</li>
<li>In standard SAP, if you have a billing plan of say 3 bills of $5,000 each, SAP will attempt to authorize the whole $15,000 instead of only the amount with in the configured horizon. There is a way of using the <strong>Auto A/R</strong> module to cover this.</li>
</ul>
<p>The solution comprises of a group of SAP programs (imported as a series of transports) and a separate server called XiPay (actually server is a misnomer, it is actually a piece of middleware that communicates with the payment processor). There is also an encryption/decryption server which resides on the same box.</p>
<p>The XiPay server is where you get a lot of value, as Paymetric has certified their interfaces with the processors (and they support quite a few). This save a bunch of development and testing time.<br />
Even though the solution is vastly improved, it does not necessarily mean that you do not have to add code to user exits.</p>
<p>For example: It does not support Invoice Cancellations out of the box. You need to add some coding to cover the 2 scenarios: before settlement and after settlement. Actually, most of the coding is related to the XiPay side in this case. Another example is Billing Plans. A bit of code needs to be added to handle these.</p>
<p>Whatever you do, do not underestimate the effort still involved in implementing credit cards as we have discovered. Paymetric definitely does shorten the implementation time dramatically, but do not get the illusion that it is a plug and go.</p>
<p>I have also been very impressed with the caliber of the Paymetric consultants when we have had questions or issues.</p>
<p>In summary, I think it is an excellent solution and well worth the investment. It will shorten your credit card implementation time and really improve your final solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sapguy.com/blog/41/working-with-paymetric-sap-credit-card-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
