<?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>iBizSoft Knowledge &#187; Payment Processor</title>
	<atom:link href="https://www.ibizsoftinc.com/blog/category/payment-processor/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ibizsoftinc.com/blog</link>
	<description>iBizSoft blog page</description>
	<lastBuildDate>Tue, 17 Mar 2026 05:00:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Oracle Commerce Cloud to Oracle EBS Integration with Chase Paymentech Orbital payment processor</title>
		<link>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-ebs-integration-with-chase-paymentech-orbital/</link>
		<comments>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-ebs-integration-with-chase-paymentech-orbital/#comments</comments>
		<pubDate>Wed, 09 Apr 2025 05:36:38 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Chase Paymentech]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Payment Processor]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[In today&#8217;s digital landscape, ensuring secure and efficient payment processing is critical for businesses handling online transactions. Oracle Commerce Cloud (OCC) and Oracle E-Business Suite (EBS) offer a robust framework for managing credit card payments through a tokenization-based integration. This blog delves into the OCC to EBS payment processing flow, explaining the key steps, benefits, <a class="read-more" href="https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-ebs-integration-with-chase-paymentech-orbital/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2025/04/Oracle-Commerce-Cloud-to-Oracle-EBS-Integration-with-Chase-Paymentech-Orbital-payment-processor.jpg"><img class="alignnone size-full wp-image-5185" alt="Oracle-Commerce-Cloud-to-Oracle-EBS-Integration-with-Chase-Paymentech-Orbital-payment-processor" src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2025/04/Oracle-Commerce-Cloud-to-Oracle-EBS-Integration-with-Chase-Paymentech-Orbital-payment-processor.jpg" width="1200" height="627" /></a></p>
<p>In today&#8217;s digital landscape, ensuring secure and efficient payment processing is critical for businesses handling online transactions. Oracle Commerce Cloud (OCC) and Oracle E-Business Suite (EBS) offer a robust framework for managing credit card payments through a tokenization-based integration. This blog delves into the OCC to EBS payment processing flow, explaining the key steps, benefits, and technical considerations for handling transactions securely and efficiently.</p>
<h6>Understanding Tokenization in OCC and EBS</h6>
<p>One of the core aspects of this payment processing flow is credit card tokenization, which ensures that sensitive card details are never stored in raw format. Instead, a token (a unique identifier) replaces the card number, making transactions more secure and compliant with data protection regulations such as PCI DSS.</p>
<h6>How Tokenization Works in OCC &amp; EBS</h6>
<ul>
<li>When a customer enters credit card details in OCC, the system generates a token instead of storing the actual card number.</li>
<li>This token is then stored in OCC’s profile of the logged in user.</li>
<li>The tokenized card information is securely transmitted to EBS, where it is used for payment processing and order remittance.</li>
<li>Chase Paymentech API is used to process payments while ensuring security and fraud prevention.</li>
</ul>
<h6>Payment Flow for New Credit Cards</h6>
<p>When a user enters a new credit card in OCC, the following steps ensure a seamless transaction experience:</p>
<ol>
<li>Customer Input: User enters new credit card details at checkout.</li>
<li>Decision Point: System checks whether the user wants to save the card for future transactions.</li>
<li>OIC Endpoint Call: If saving is chosen, an OIC (Oracle Integration Cloud) call is made to create a credit card order.</li>
<li>Tokenization: The card is tokenized and stored securely in EBS TCA (Trading Community Architecture) Module.</li>
<li>Transaction Processing: OCC communicates with Chase Paymentech API to initiate payment remittance and receipts.</li>
<li>Order Completion: The transaction is completed, and the payment token is stored for reference.</li>
</ol>
<h6>Using Saved Credit Cards for Payments</h6>
<p>For customers who have already saved their credit card information, the OCC to EBS payment flow is even more streamlined:</p>
<ol>
<li>Card Selection: Customers choose a saved card during checkout (only the last four digits are displayed for security).</li>
<li>Token Retrieval: The token number linked to the saved card is retrieved from the EBS TCA Module.</li>
<li>Transaction Processing: OCC uses the token to process payments through Chase Paymentech API.</li>
<li>Payment Completion: The system verifies the transaction, processes the remittance, and finalizes the order.</li>
</ol>
<h6>EBS Credit Card Token Storage &amp; Vaulting</h6>
<p>How Tokens Are Managed in EBS</p>
<ul>
<li>Every new credit card entry creates an entry in EBS’s payment instrument table.</li>
<li>The system checks if a matching token already exists to prevent duplication.</li>
<li>A mod-10 algorithm generates a vault number, which is mapped to the token number.</li>
<li>When a tokenized card is used for payment, the system retrieves the Instrument ID from the vault to process the payment securely.</li>
</ul>
<h6>Technical Considerations &amp; API Integration</h6>
<p>To enable smooth communication between OCC and EBS, the following API endpoints play a crucial role:</p>
<ul>
<li>Tokenization API: Generates and manages tokenized card details.</li>
<li>OIC Endpoint Call: Handles secure data transmission between OCC and EBS.</li>
<li>Chase Paymentech API: Processes payments while ensuring fraud protection.</li>
<li>EBS Receivables Concurrent Program: Manages recurring payments using stored tokens.</li>
</ul>
<h6>Why This Integration Matters</h6>
<ul>
<li>Enhanced Security – Tokenization ensures that sensitive card details are never exposed.</li>
<li>PCI Compliance – Businesses remain compliant with payment security standards.</li>
<li>Faster Transactions – Saved tokens reduce checkout friction, improving user experience.</li>
<li>Seamless Data Flow – API-driven integration ensures smooth transaction processing between OCC and EBS.</li>
</ul>
<p>The OCC to EBS payment processing flow is a well-structured, secure, and efficient approach to handling online payments. By leveraging credit card tokenization, OIC integration, and secure API calls, businesses can enhance security, improve transaction speed, and ensure compliance with global payment regulations.</p>
<p>Implementing this integration ensures that customers enjoy a smooth and secure checkout experience, while businesses benefit from efficient and secure payment processing.</p>
<p><a title="Oracle Commerce Cloud to Oracle EBS Integration using Chase Paymentech Orbital payment processor " href="https://www.ibizsoftinc.com/Demo/OCC-to-EBS-Payment-Processing-using-Chase-Paymentech-Orbital/" target="_blank">Click here</a> to learn more about this integration.<br />
</body><br />
</html></p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-ebs-integration-with-chase-paymentech-orbital/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Commerce Cloud integration with Authorize.Net</title>
		<link>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-authorize-net/</link>
		<comments>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-authorize-net/#comments</comments>
		<pubDate>Fri, 15 Jul 2022 08:03:16 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Authorize.Net]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Payment Gateway]]></category>
		<category><![CDATA[Payment Processor]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[About Authorize.Net Authorize.net is a payment gateway enables you to process payments in any way that works for your business, whether it’s through your website, mobile app, or manual transactions. iBizSoft’s Oracle Commerce Cloud integration with Authorize.Net Businesses require seamless flow of information and data throughout the organization. iBizSoft team has implemented integration of various <a class="read-more" href="https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-authorize-net/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2022/07/Oracle-cloud-commerce4.jpg"><img class="alignnone size-full wp-image-5032" alt="Oracle cloud commerce" src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2022/07/Oracle-cloud-commerce4.jpg" width="1280" height="720" /></a></p>
<h4>About Authorize.Net</h4>
<p>Authorize.net is a payment gateway enables you to process payments in any way that works for your business, whether it’s through your website, mobile app, or manual transactions.</p>
<h4>iBizSoft’s Oracle Commerce Cloud integration with Authorize.Net</h4>
<p>Businesses require seamless flow of information and data throughout the organization. iBizSoft team has implemented integration of various Oracle Cloud applications with third party vendor applications. This article discusses one such integration between Oracle Commerce Cloud (OCC) and Authorize.Net Payment Gateway. OCC is a cloud-based e-commerce platform and Authorize.Net is a third party credit-card payment gateway. Shopping cart applications developed on OCC platform make credit card payments through Authorize.NET Gateway</p>
<p>There are two technical features that allow the integration between these two applications, WebHook in OCC and RESTful APIs from Authorize.NET Payment Gateway. When an OCC e-commerce shopping cart order is submitted for payment, the OCC platform calls the Web Service API configured in the WebHook for Payment Gateway. The Authorize.NET Payment Gateway processes this information and returns success or error message back to OCC. If the payment is successful, then OCC will continue completion of OCC order processing and send it for shipping. The order stays in an incomplete state, if there is an error when processing the Credit Cards. Highest level of security is maintained between the two applications. OCC is hosted on Oracle Cloud platform behind a firewall and communicates with third party applications using Secured Socket Layer (SSL) over HTTPS, wherein SSL encrypts data before transmitting the data within the cloud ecosystem. The receiving client decrypts this data with Private-Public key combination.</p>
<p><a title="Click Here" href="https://www.ibizsoftinc.com/Demo/Oracle-Commerce-Cloud-integration-with-Authorizenet.php" target="_blank">Click here</a> to learn more about this integration</p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-authorize-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Integrating Oracle EBS with a Netherlands based Payment Processor</title>
		<link>https://www.ibizsoftinc.com/blog/integrating-oracle-ebs-with-a-netherlands-based-payment-processor/</link>
		<comments>https://www.ibizsoftinc.com/blog/integrating-oracle-ebs-with-a-netherlands-based-payment-processor/#comments</comments>
		<pubDate>Wed, 08 Jan 2014 04:43:47 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Oracle Ebusiness Suite]]></category>
		<category><![CDATA[Payment Processor]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Oracle EBS]]></category>

		<guid isPermaLink="false">http://ibizsoftinc.com/blog/</guid>
		<description><![CDATA[iBizSoft team is involved with an organization popular for its navigation related products that requires integrating various EBS modules with a Netherlands based payment processor. This ensures all sales of products and services were paid-for via this payment processor. These included Shippable items and services (like maps, updates etc), serviceable items and also free over <a class="read-more" href="https://www.ibizsoftinc.com/blog/integrating-oracle-ebs-with-a-netherlands-based-payment-processor/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p>iBizSoft team is involved with an organization popular for its navigation related products that requires integrating various EBS modules with a Netherlands based payment processor. This ensures all sales of products and services were paid-for via this payment processor. These included Shippable items and services (like maps, updates etc), serviceable items and also free over the air updates. Over and beyond, their operations are spread worldwide and this solution consolidates all transactions via the payment processor for best possible rates based on volumes.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/integrating-oracle-ebs-with-a-netherlands-based-payment-processor/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
