<?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; Oracle Commerce Cloud</title>
	<atom:link href="https://www.ibizsoftinc.com/blog/category/oracle-commerce-cloud/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>Oracle Commerce Cloud integration with Braintree</title>
		<link>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-braintree/</link>
		<comments>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-braintree/#comments</comments>
		<pubDate>Fri, 15 Jul 2022 07:56:42 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Braintree]]></category>
		<category><![CDATA[Integration]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Payment Gateway]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[About Braintree Braintree provides an all-in-one solution to accept, process, and split payments in your mobile app or online &#8212; from small business to large enterprise. iBizSoft’s Oracle Commerce Cloud integration with Braintree iBizSoft is agnostic to Cloud technology and the payment processors or gateways, a 1-stop-shop for all your functional and technical needs. Having <a class="read-more" href="https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-braintree/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2022/07/OCC-Integration2.jpg"><img class="alignnone size-full wp-image-5029" alt="OCC Integration" src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2022/07/OCC-Integration2.jpg" width="1280" height="720" /></a></p>
<h4>About Braintree</h4>
<p>Braintree provides an all-in-one solution to accept, process, and split payments in your mobile app or online &#8212; from small business to large enterprise.</p>
<h4>iBizSoft’s Oracle Commerce Cloud integration with Braintree</h4>
<p>iBizSoft is agnostic to Cloud technology and the payment processors or gateways, a 1-stop-shop for all your functional and technical needs. Having implemented 300+ eCommerce storefronts for enterprise level customers, iBizSoft team has displayed its skills and abilities to integrate more than a dozen different payment integrations with Oracle Commerce Cloud.</p>
<p>Braintree Payment processor integration with Oracle Commerce Cloud is one such integration developed by iBizSoft that provides an out of the box solution for customers looking to spend less time and money with consulting services. Additionally, customers can offer this additional payment method to increase the online sales of their storefront hosted on Oracle Commerce Cloud. Braintree’s tokenization and vaulting of payment data help lessen the burden surrounding PCI DSS compliance requirements, , iBizSoft ensures credit card details are not stored on the OCC platform.</p>
<p>Expand your business globally and effortlessly integrate your OCC transactions into Braintree for an easy to view understanding of the transaction lifecycle through advanced reporting tools.</p>
<p><a title="Click Here" href="https://www.ibizsoftinc.com/Demo/Oracle-Commerce-Cloud-integration-with-Braintree.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-braintree/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Commerce Cloud integration with Stripe</title>
		<link>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-stripe/</link>
		<comments>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-stripe/#comments</comments>
		<pubDate>Fri, 15 Jul 2022 07:16:56 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Integration]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Payment Gateway]]></category>
		<category><![CDATA[Stripe]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[About Stripe Stripe is a full-fledged payment service provider, it comes with everything you need to accept and process online payments. Stripe includes a payment gateway, payment processing service and merchant account. Stripe offers high-quality payment gateway services, which are reasonably easy to integrate with your e-commerce platform. iBizSoft’s Oracle Commerce Cloud integration with Stripe <a class="read-more" href="https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-stripe/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2022/07/Oracle-Commerce-Cloud-with-Stripe1.jpg"><img class="alignnone size-full wp-image-5036" alt="Oracle Commerce Cloud with Stripe" src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2022/07/Oracle-Commerce-Cloud-with-Stripe1.jpg" width="1280" height="720" /></a></p>
<h4>About Stripe</h4>
<p>Stripe is a full-fledged payment service provider, it comes with everything you need to accept and process online payments. Stripe includes a payment gateway, payment processing service and merchant account. Stripe offers high-quality payment gateway services, which are reasonably easy to integrate with your e-commerce platform.</p>
<h4>iBizSoft’s Oracle Commerce Cloud integration with Stripe</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 Stripe Payment Gateway.</p>
<p>Designed with third-party integration in mind from the get-go, Stripe is an ideal choice for online businesses that accept various mobile or online transactions. Integrating Stripe with Oracle Commerce Cloud allows you to accept payments directly on your store for web and mobile. With Stripe, customers stay on your store during checkout instead of being redirected to an externally hosted checkout page, which has been proven to lead to higher conversion rates.</p>
<p><a title="Click Here" href="https://www.ibizsoftinc.com/Demo/Oracle-Commerce-Cloud-integration-with-Stripe.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-stripe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What’s in CX Commerce Cloud?</title>
		<link>https://www.ibizsoftinc.com/blog/what-is-in-cx-commerce-cloud/</link>
		<comments>https://www.ibizsoftinc.com/blog/what-is-in-cx-commerce-cloud/#comments</comments>
		<pubDate>Thu, 14 Oct 2021 06:47:47 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[CX Commerce Cloud]]></category>
		<category><![CDATA[Oracle Cloud]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Oracle CX Commerce]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[Oracle CX Commerce is a unified solution that caters to all the eCommerce needs of a business ranging from small to very large sizes looking for highly customizable, scalable and secured eCommerce platform. Here are some of the cool features that make Oracle Commerce Cloud (OCC) as the most implemented Commerce Cloud platforms compared to <a class="read-more" href="https://www.ibizsoftinc.com/blog/what-is-in-cx-commerce-cloud/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2021/10/whats-in-CX-commerce-cloud.jpg"><img src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2021/10/whats-in-CX-commerce-cloud.jpg" alt="What’s in CX Commerce Cloud?" width="1920" height="800" class="alignnone size-full wp-image-4916" /></a></p>
<p>Oracle CX Commerce is a unified solution that caters to all the eCommerce needs of a business ranging from small to very large sizes looking for highly customizable, scalable and secured eCommerce platform.</p>
<p>Here are some of the cool features that make Oracle Commerce Cloud (OCC) as the most implemented Commerce Cloud platforms compared to its competitors:</p>
<ul>
<li>OCC is integrated with Oracle Business Intelligence that generates reports associated to the real-time transaction data of your business. With OCC merchants, can also integrate with other reporting tools such as Google Analytics / Click Dimensions / Power BI etc.</li>
<li>With iBizSoft’s pre-Integrate payment solutions integrate a payment gateway / processor of your choice.</li>
<li>Oracle Commerce Cloud REST based microservices makes integrations with other systems simpler and more efficient. iBizSoft is one of the only Oracle Partner to use the RESTful APIs to integrate with complex ERP applications such as JD Edwards, Oracle E-Business Suite and Navision displaying real-time transaction data from the ERP application.</li>
<li>With the latest release of 21C here are some of the key features – Oracle has introduced for its customers
<ul>
<li>Product recommendations based on the shared account behavior based on machine learning-driven engine which will show product recommendations based on the interactions of the users within same account.</li>
<li>Multisite cart enables customers to share a cart across their B2B storefront providing seamless experience across multiple storefronts.</li>
<li>Integration with Oracle EBS and Fusion Procurement has made it easier to implement the Punch-out feature</li>
<li>Oracle Commerce Cloud’s Open Storefront Framework(OSF) provides OOB components to be placed on Product Detail page thus integrating with CPQ (Configure, Price &amp; Quote) REST APIs to display price based on the CPQ settings for a configurable product.</li>
</ul>
</li>
</ul>
<p>iBizSoft Inc. – an Oracle Implementation Service provider has successfully implemented several highly customizable, robust and feature-rich Oracle Commerce Cloud solutions making best use of the out-of-the-box technology provided by Oracle CX Commerce suite and adding flavors of its technological expertise to roll out some great cost effective and best-in-class user experience eCommerce storefronts forits B2B and B2C customers.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/what-is-in-cx-commerce-cloud/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple reasons to choose Oracle Commerce Cloud over the rest</title>
		<link>https://www.ibizsoftinc.com/blog/multiple-reasons-choose-oracle-commerce-cloud-rest/</link>
		<comments>https://www.ibizsoftinc.com/blog/multiple-reasons-choose-oracle-commerce-cloud-rest/#comments</comments>
		<pubDate>Thu, 14 Oct 2021 04:55:15 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Oracle Commerce Cloud]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[Selling products online efficiently can be a challenge. And with constantly evolving consumer market, emerging technologies and high demand of the customers it can lead to making important decisions to pick and choose the right eCommerce platform to ensure increased revenue, improved customer experience and service. Oracle CX Commerce (or Oracle Commerce Cloud) is a <a class="read-more" href="https://www.ibizsoftinc.com/blog/multiple-reasons-choose-oracle-commerce-cloud-rest/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2021/10/multiple-reasons-to-choose-oracle-commerce-cloud-over-the-rest.jpg"><img src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2021/10/multiple-reasons-to-choose-oracle-commerce-cloud-over-the-rest.jpg" alt="Multiple reasons to choose Oracle Commerce Cloud over the rest" width="1920" height="800" class="alignnone size-full wp-image-4926" /></a></p>
<p>Selling products online efficiently can be a challenge. And with constantly evolving consumer market, emerging technologies and high demand of the customers it can lead to making important decisions to pick and choose the right eCommerce platform to ensure increased revenue, improved customer experience and service.</p>
<p>Oracle CX Commerce (or Oracle Commerce Cloud) is a unified solution that cater to all of the eCommerce needs of any business ranging from small to very large sizes looking for highly customizable, scalable and secured eCommerce platform.</p>
<p>Oracle Commerce Cloud (or OCC) is a SaaS based platform designed specifically to run in secured Oracle Cloud environment. It provides the tools and infrastructure necessary to build feature-rich, scalable and customizable storefronts for customers with business-to-business(B2B) and business-to-consumer(B2C) needs having a huge fleet of products within wide variety of product lines.</p>
<p>Here are some of the many features that OCC provides out-of-box other than its powerful Widget management for ease of use:</p>
<ul>
<li>Manage your catalogs, inventory, and pricing and extend / integrate it with your own preferred backend Order Management Systems (OMS) such as JD Edwards, Oracle EBS and others in the market.</li>
<li>Translate your catalogs and content into different languages and display prices in locale-specific currencies.</li>
<li>Advanced search tools are powered by popular Endeca Search Engine. You can also manage your Search Engine Optimization (SEO) strategy using the OCC Administrator login.</li>
<li>Configure pre-built discounts and promotions with a wide range of options.</li>
<li>Manage Loyalty points / Rewards for your customers that are also available straight out-of-the-box</li>
<li>Admin users can configure email templates for transactional emails between the store and your shoppers.</li>
<li>Both B2C and B2B stores support wish lists with links to social networks for saving / sharing favorite products with other business users or for later reference.</li>
</ul>
<p>iBizSoft team has successfully implemented several highly customized, robust and feature-rich Oracle Commerce Cloud storefronts making best use of the out-of-the-box technology provided by Oracle CX Commerce suite. Along with complex integrations to Oracle E-Business Suite modules such as Advanced Pricing, Order Management, Inventory giving the latest information of the products in terms of stock, pricing, discounts and many such real time or historic data, iBizSoft team has gone one step ahead of its competitors as the only 1-stop-shop consulting services organization in the Oracle Commerce Cloud and E-Business Suite space. </p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/multiple-reasons-choose-oracle-commerce-cloud-rest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Cloud Commerce Features</title>
		<link>https://www.ibizsoftinc.com/blog/oracle-cloud-commerce-features-2/</link>
		<comments>https://www.ibizsoftinc.com/blog/oracle-cloud-commerce-features-2/#comments</comments>
		<pubDate>Thu, 13 May 2021 05:25:05 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Oracle Cloud]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>

		<guid isPermaLink="false">https://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[Welcome to this presentation highlighting some of the unique features iBizSoft has built for customers implementing Oracle Commerce Cloud • Single Sign On As many of our customers have been using Identity and Access Management, iBizSoft provided an integrated Single Sign On feature that included authentication of end consumers logging into the Oracle Commerce Cloud <a class="read-more" href="https://www.ibizsoftinc.com/blog/oracle-cloud-commerce-features-2/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><a href="https://www.ibizsoftinc.com/blog/wp-content/uploads/2021/05/OCC-features.jpg"><img src="https://www.ibizsoftinc.com/blog/wp-content/uploads/2021/05/OCC-features.jpg" alt="OCC-features" width="800" height="400" class="alignnone size-full wp-image-4862" /></a></p>
<p>Welcome to this presentation highlighting some of the unique features iBizSoft has built for customers implementing Oracle Commerce Cloud</p>
<p><strong>• Single Sign On</strong></p>
<p>As many of our customers have been using Identity and Access Management, iBizSoft provided an integrated Single Sign On feature that included authentication of end consumers logging into the Oracle Commerce Cloud Storefront</p>
<p><strong>• Users can switch between multiple accounts</strong></p>
<p>For a B2B OCC storefront end consumers or users can now switch between multiple registered accounts.</p>
<p><strong>• Product Catalogs driven by the Customer Account</strong></p>
<p>Display of the product catalog can be controlled based on the logged in user’s Account number</p>
<p><strong>• Multiple Store selection</strong></p>
<p>User can select and switch between multiple stores assigned to their respective accounts</p>
<p><strong>• Address Selection</strong></p>
<p>Net price will be calculated based on the BillTo and ShipTo addresses selected by user on the home page after the log in</p>
<p><strong>• Search</strong></p>
<p>Search is rich with features that has refinement options, pagination, dynamic curation, thesaurus and URL redirects</p>
<p><strong>• Quick Entry or Direct Item Entry</strong></p>
<p>Users can bulk upload products or skus using a CSV file for Quick Order creation</p>
<p><strong>• Serial Number Search (Machine History Search)</strong></p>
<p>User can search serial# among the applicable serial numbers based on product line and catalog restrictions of their parent account</p>
<p><strong>• Integration with JD Edwards, Infor ERP and Navision</strong></p>
<p>iBizSoft team has been the only organization to provide 2-way integration between multiple ERPs and Oracle Commerce Cloud platform</p>
<p><strong>• Multi-Language(English and Spanish) and Multi-Currency(US Dollar/ Euro /GBP)</strong></p>
<p>Deployed multiple languages and multiple currency for FOUR different sites in US,UK,France and Spain that included multiple Brand Catalogs for Business Units in different countries</p>
<p><strong>• Real time integration</strong></p>
<p>With real time integration to ERP applications shoppers are able to get the Net Price, Item Availability, Customer Item Cross Reference, Freight carriers and charges for their assigned account</p>
<p><strong>• Order &amp; Quotes Search Enhancements</strong></p>
<p>Search enhancements include orders and quotes with features such Freight tracking, Scheduled Ship Dates, Actual Ship Dates &amp; Re-Order capabilities</p>
<p><strong>• Invoice History</strong></p>
<p>List the details of the Invoice once order is processed in ERP</p>
<p><strong>• Analytics</strong></p>
<p>E-Commerce data will be captured using Analytic tools such as Click Dimensions, Google Analytics and Power BI to provide deep insights into the performance of the online store</p>
<p><strong>• OCC Email templates and OIC notifiers</strong></p>
<p>Notifiers will be used to send email notifications along with necessary customizations</p>
<p><a href="https://www.ibizsoftinc.com/Demo/OCC-Features.php" target="_blank">https://www.ibizsoftinc.com/Demo/OCC-Features.php</a></p>
<p>Thank you for taking time to go over this demo. Contact <a href="mailto:sales@ibizsoftinc.com" target="_blank">sales@ibizsoftinc.com</a> for more information</p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/oracle-cloud-commerce-features-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Deploying PCI Compliant solution for Oracle Commerce Cloud</title>
		<link>https://www.ibizsoftinc.com/blog/deploying-pci-compliant-solution-oracle-commerce-cloud/</link>
		<comments>https://www.ibizsoftinc.com/blog/deploying-pci-compliant-solution-oracle-commerce-cloud/#comments</comments>
		<pubDate>Wed, 10 Jul 2019 16:40:55 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Oracle Cloud]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Tokenization]]></category>
		<category><![CDATA[PCI Compliant solution for Oracle Commerce Cloud]]></category>

		<guid isPermaLink="false">http://www.ibizsoftinc.com/blog/</guid>
		<description><![CDATA[Oracle Commerce Cloud (OCC) Service is an eCommerce solution designed specifically to run on the Oracle Cloud. The service provides you with a range of powerful tools to build a flexible, feature-rich storefront for your customers. Oracle Commerce Cloud Service is comprised of two pieces: The Oracle Commerce Cloud Service administration interface, which you use <a class="read-more" href="https://www.ibizsoftinc.com/blog/deploying-pci-compliant-solution-oracle-commerce-cloud/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p><strong><img class="alignnone" alt="" src="https://ibizsoftinc.com/blog/wp-content/uploads/2019/PCI_Compliant_Oracle_Commerce_Cloud.jpg" width="1137" height="660" /></strong></p>
<p>Oracle Commerce Cloud (OCC) Service is an <strong>eCommerce</strong> solution designed specifically to run on the <strong>Oracle Cloud</strong>. The service provides you with a range of powerful tools to build a flexible, feature-rich storefront for your customers.</p>
<p>Oracle Commerce Cloud Service is comprised of two pieces:</p>
<ul>
<li>The Oracle Commerce Cloud Service administration interface, which you use to perform all activities related to designing and managing your store.</li>
<li>A demo storefront, which you modify to create your own store, that allows merchants to accept credit cards online and process them via a payment processor of their choice</li>
</ul>
<p>Additionally, OCC offers tools to develop custom extensions through the OCC Service web services API. The current <strong>OCC</strong> version does not tokenize credit cards accepted and stored on the Oracle Cloud platform, which means it is not PCI compliant.</p>
<p>With more than 10 years of experience deploying PCI compliant eCommerce sites for customers such as Nintendo, CISCO, Verizon and many such organizations, the iBizSoft team built a tokenization plug-in for Oracle Commerce Cloud that is available on Oracle Marketplace as shown in the below URL.</p>
<p><a href="https://cloudmarketplace.oracle.com/marketplace/en_US/listing/58157774"><strong>https://cloudmarketplace.oracle.com/marketplace/en_US/listing/58157774</strong></a></p>
<p>Payments Integra for Commerce Cloud merchants will have tokenized credit card numbers stored on the Oracle Cloud platform while using their preferred payment gateway or processor.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/deploying-pci-compliant-solution-oracle-commerce-cloud/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-with-authorize-net/</link>
		<comments>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-with-authorize-net/#comments</comments>
		<pubDate>Tue, 08 Aug 2017 16:38:21 +0000</pubDate>
		<dc:creator>iBizSoft</dc:creator>
				<category><![CDATA[Oracle Cloud]]></category>
		<category><![CDATA[Oracle Commerce Cloud]]></category>
		<category><![CDATA[Authorize.net]]></category>
		<category><![CDATA[payment]]></category>

		<guid isPermaLink="false">http://www.ibizsoftinc.com/blog/?p=4533</guid>
		<description><![CDATA[Oracle Cloud is a hosting platform where Oracle Applications such as ERP Cloud, HCM, Cloud Commerce etc are hosted. Besides these applications, Oracle Cloud also provides services like PaaS (Platform as a Service), SaaS (Software as a Service), IaaS, JCS/ICS (Integrated Cloud Services) This combination of applications and services provide a robust environment for an <a class="read-more" href="https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-with-authorize-net/">...read more</a>]]></description>
				<content:encoded><![CDATA[<p>Oracle Cloud is a hosting platform where Oracle Applications such as ERP Cloud, HCM, Cloud Commerce etc are hosted. Besides these applications, Oracle Cloud also provides services like PaaS (Platform as a Service), SaaS (Software as a Service), IaaS, JCS/ICS (Integrated Cloud Services) This combination of applications and services provide a robust environment for an organization&#8217;s IT requirements. However, seamless integration of these disparate and discrete applications on cloud or on premise or from the same vendor or from a third party vendor is a critical business requirement which hasn&#8217;t been accomplished successfully.</p>
<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 &#8211; 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&#8217;s 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>iBizSoft is agnostic to Cloud technology and the payment processors or gateways. We are a 1-stop-shop for all your functional and technical needs. After having implemented 200+ eCommerce sites that include EBS integrations, iBizSoft team shows the finesse to adapt to any technology in less than 2 weeks. </p>
<p>Reach out to sales@ibizsoftinc.com to learn more about this integration.  </p>
<p>http://www.ibizsoftinc.com/Demo/OCC-AuthorizeNet-Payment-Gateway.php</p>
]]></content:encoded>
			<wfw:commentRss>https://www.ibizsoftinc.com/blog/oracle-commerce-cloud-integration-with-authorize-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
