Our thoughts are with those affected by recent natural disaster. We are here to help customers who've been impacted and contact us by evaluating:
In times like these, people come together to help those in need. At Synchrony, it’s our job not only to help our customers every day – but also when disasters like these strike.
Read more about our terms on https://www.synchrony.com/legal/terms-of-use?tab=bank-t-and-c.
The security incident is under investigation. We are here to help customers who've been impacted and contact us by evaluating:
The Synchrony Adobe Commerce/Magento Extension enables easy integration of the Synchrony Payment product, which allows you to support customer credit applications and purchases online. All authorizations, captures, and refunds are processed through the Adobe Commerce/Magento payment gateway. Our extension allows customers to use Synchrony financing at checkout and complete their order seamlessly. Consumers can apply, be approved and Pay With Synchrony at Checkout in a seamless apply and buy flow.
Consumers with an existing Synchrony Credit Card on the merchant’s program, can choose to Pay with Synchrony, complete an account number lookup process, and use their account. Merchants will use their Adobe Commerce/Magento console to process the payment as part of their normal order flow. Shipping the product will capture the order payment details, and initiate funding for the order. Funding is completed within two business days once order is shipped.
This document provides the steps to integrate the Synchrony Adobe Commerce/Magento Extension into an enrolled merchant’s eCommerce site. The Synchrony onboarding team will contact the merchant to discuss the steps required to go live on the extension.
This document is intended for the merchant and/or merchant development team to integrate the Synchrony Adobe Commerce/Magento Extension to their application, and to use the applications for consumers to apply for and pay with Synchrony at checkout.
For technical support related to the Adobe Commerce/Magento Extension, send an email to eCommerce@syf.com.
The high-level steps to install and configure the Synchrony Unifi Extension app to Adobe Commerce/Magento site is as shown.
Before installing and configuring the Adobe Commerce/Magento Extension app to your Adobe Commerce/Magento site, make sure the following prerequisites are met:
composer -d
To install the Adobe Commerce/Magento Extension using the composer and integrate it into Adobe Commerce/Magento site:
composer require synchrony/digital-buy-magento2-module:x.x.x
composer require synchrony/digital-buy-magento2-module:3.0.6
Note: Once you install the 3.3 extension, you can't downgrade to an earlier version.
This command connects to the Adobe Commerce/Magento marketplace and the internal repository, and then downloads and installs the extension. It also applies any patches if available.
You can check if the extension is installed using the following command: composer show synchrony/digital-buy-magento2-module:x.x.x
composer show synchrony/digital-buy-magento2-module:x.x.x
The name of the package, location of the files, dependencies, and the PHP version compatible with the extension are displayed. Any package that the composer installs is installed in the vendor folder.
bin/magento module:enable Synchrony_DigitalBuy
bin/magento setup:upgrade
bin/magento setup:di:compile
bin/magento setup:static-content:deploy
Adobe Commerce/Magento is performance dependent on the cache.
bin/magento cache:clean
bin/magento cache:flush
To configure the Adobe Commerce/Magento Extension:
In the API Credentials section, provide the activation key or credentials for your Synchrony account to allow it to authenticate with the Synchrony APIs based on merchant enrollment. Both production and sandbox credentials can be configured independently.
You can specify the following for Production and/or Sandbox. By default, it uses Sandbox, that is, the Use Sandbox is set to Yes. This allows you to test the payment method in development environments.
Note: Unifi API Partner ID is the same for Production and Sandbox. However, internally the URLs are different. The Partner ID, Client ID, and Client Secret are provided by your Synchrony account representative.
For information about upgrading the Adobe Commerce/Magento Extension, see https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/cli-upgrade.html
This section provides information about promotions that you can use through Adobe Commerce/Magento Extension. You can set it up on the Adobe Commerce/Magento site and then contact your Synchrony account representative to implement the requirements at the backend.
Promotions are financing offers, such as 6 months deferred interest. Each promotion has a cost, which is expressed as the Merchant Discount Rate. This Merchant Discount Rate is subtracted from the funded amount of the purchase, and this amount represents the cost of financing provided by Synchrony. Merchants cannot pass on the cost of financing to consumers. Available promotions are determined by Synchrony.
The Merchant Discount Rate is determined by the Product Solution selected during enrolment. If you would like to discuss other Product Solution sets, please contact Synchrony at 1-800-333-1082 or email us at eCommerce@syf.com
There are several reasons that extension fails to install properly. Sometimes third-party extensions associated with shipping, tax and one step checkout can cause issues with sub-total and grand total calculations. Certain themes and front-end customizations can cause display issues as well. It is recommended that you contact your Synchrony representative and schedule a technical call with the installation team and configuration experts. Make sure to include your Adobe Commerce/Magento version and a recent set of logs with your request.