After integrating Resolve, your Magento 2 site will:
- Offer Net Terms as a payment option on the checkout page. This payment option also surfaces a link to your buyer application.
- Process Resolve payments in your order management system.
- Install the extension for Magento 2
- Retrieve keys
- Configure Net Terms as a payment method
- Review your order management functions
- Test your integration
- Go live with Resolve
Before beginning integration, you should review the following:
- Resolve Magento 2 integration
- The transaction flow when buying with Resolve
- Your current checkout process to understand how Resolve will affect operations and customer experience
Note: Install the extension in your sandbox or staging environment before pushing it live. Keep a copy of your Magento store and database to ensure you can revert to the version before the installation. You may need to re-index all the product and category tables after installation.
Develop and test the Resolve Net Terms integration in your development environment connected to our sandbox.
To get started, reach out to your Resolve account manager to request sandbox API credentials.
Go to https://app-sandbox.resolvepay.com/<your_merchant_id> and submit a test customer application.
You have 2 options for installing the extension for Magento 2.
- Retrieve your Magento authentication keys.
- In the Magento 2 root directory, enter the following commands using the command line:
composer require resolve/magento2
composer update
php bin/magento setup:upgrade
php bin/magento setup:di:compile- Download the extension.
- If it does not exist, create the directory
Magento2_root/app/code/Resolve/Resolve/. - Unzip and move the extension files to that directory.
- Run
php bin/magento module:statusto verify the module is recognized. - Enable the module and run setup:
php bin/magento module:enable Resolve_Resolve
php bin/magento setup:upgrade- Clear the Magento 2 cache.
Your Merchant ID and Secret API Key are available in your merchant dashboard. Just go to the Settings tab then choose "Integrations" from the sub-tabs.
After installing the extension, enable Resolve as a payment method by updating Magento 2's configurations in the admin portal. Navigate to Stores > Configuration > Sales > Payment Methods > Resolve and configure the following:
- Set Enabled to Yes.
- Keep Mode set to Sandbox (for development and testing).
- Enter the Merchant ID and Secret API Key that you retrieved from Resolve.
- If your checkout process automatically captures the charge, set Payment Action to Authorize and Capture.
- Enter the dollar amount values for Minimum Order Total and Maximum Order Total that displays Resolve during checkout (defaults: 0.01 and 50000).
- If you want to change the order of displaying Resolve as a payment option during checkout, enter a Sort Order value greater than 0.
- If you want to display Resolve as text instead of a logo during checkout, set Plain Text Appearance to Yes.
- If you want to customize the default subtext, you can add in-line HTML to Resolve Payment Method HTML (requires Plain Text Appearance set to No).
- If you want to display Resolve description during checkout, set Plain Description Text Appearance to Yes.
- If you want to customize the default description text, you can add in-line HTML to Resolve Payment Method Description HTML (requires Plain Description Text Appearance set to No).
If your changes don't take effect immediately, flush the Magento cache. In the Magento admin panel, go to System > Cache Management. Click Flush Magento Cache. Sign out. Sign back in to reset permissions.
Processing orders (authorize, capture, cancel, refund, and partial refund) in Magento 2 updates the order status in the Resolve dashboard.
Test your configuration to ensure that everything is working before you go live.
- Add an item to the cart on your test site.
- Proceed to checkout.
- During checkout, enter valid U.S. addresses and phone information.
- Select Resolve as the payment option.
- Proceed to Resolve's testing environment checkout.
- Log in as customer.
- Confirm your payment.
- Wait to ensure that you have been redirected to your confirmation page.
- Verify that the transaction appears in your platform's admin panel and on the dashboard.
Note: The URL
https://app-sandbox.resolvepay.comindicates that you are in the testing environment.
After you verify that your configuration is working properly in the Resolve Sandbox environment, your Resolve Customer Success Manager will provide your production key.