Nimbbl supports easy payment acceptance on your Adobe Commerce store. We have created a simple plugin that you can install on your store. The prerequisite and step-by-step process is explained below.
Prerequisites
You should have registered with Nimbbl and received your test access key and secret key. If you haven’t registered, please sign up here, and our team will contact you.
Integration Steps
Follow these steps to start accepting payments on your store using Nimbbl Checkout.
Install Plugin
You can install the extension in two ways:
- Install Plugin Using Composer
- Install Plugin Without Using Composer
Install Plugin Using Composer
- You can install the extension on your Adobe Commerce store using the Composer Package Manager, which provides a standard format for managing PHP software dependencies and required libraries.
- Navigate to the root installation directory of Adobe Commerce and run the following command:
composer require nimbblcheckout/magento --ignore-platform-reqs
- Enable and deploy the Nimbbl plugin using the following commands:
php bin/magento module:enable Nimbbl_Magento --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
Install Plugin Without Using Composer
- Download the latest source code zip file and unzip it.
- Place the code folder from Step 1 in your
app
folder. If you're performing an update, replace/overwrite the existing code folder. - Enable and deploy the Adobe Commerce module using the following commands:
php bin/magento module:enable Nimbbl_Magento --clear-static-content
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f
php bin/magento cache:flush
Configure Your Store
Log into your Magento store.
From the left sidebar, navigate to Stores and click on Configuration.
On the configuration page, navigate to Sales > Payment Methods.
To enable the Nimbbl payment method, navigate to Nimbbl on the payment page.
Add your test
key_id
andkey_secret
generated from the Nimbbl Dashboard.Select Yes for the option Enabled.
Save the configuration by clicking the Save Config button. Using test keys activates your account in test mode, and you can make a few successful payments using this account.
Set Up Webhooks
A webhook is called on certain events, which can be customized in the merchant dashboard. When any of the events get triggered, we send an HTTP POST payload in JSON format to the webhook URL you have configured by contacting help@nimbbl.biz for assistance.
To receive webhooks in the Adobe Commerce shop, copy the webhook URL from the Adobe Commerce payment method settings and share it with help@nimbbl.biz to configure the webhook URL.
For more information, click here (need to provide / add link url here).
By following these simple steps, you can integrate Nimbbl Payments into your Adobe Commerce store, providing your customers a smooth and secure payment experience. Enjoy the benefits of a hassle-free payment gateway and focus on growing your business.
Go Live
After testing your Magento store, when you are ready to accept live payments:
Get your live
key_id
andkey_secret
from your Nimbbl Dashboard.Enter the live
key_id
andkey_secret
in your Magento store.