Magento
The deema magento plugin enables seamless integration with our Buy Now, Pay Later (BNPL) payment service. It provides a streamlined API for developers to launch payment flows, handle statuses, and manage transactions effectively.
Configuration
- Install using composer:
composer require deemabnpl/payment
- Run the following commands:
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:deploy
- Login to Magento admin.
- Click on Stores from the left bar menu, then click on the Configuration

- Scroll down and click on Sales then Payments Method

- Scroll down then click on the deema. Configure the deema according to your needs.

- Add your site URL with “deema/webhook” in the deema merchant portal for the webhook. Replace your URL at the place of sitedomain.com For example: https://sitedomain.com/deema/webhook/
Configure refund process
- Login to Magento admin.
- Click on the Sales from the left bar menu.

- Click on the view from Order
- Click on the Invoices from the left bar and view the invoice
- Click on Credit Memo and do the Refund as per your need.

The plugin works only for Kuwait Dinar Currency.
Updated 4 days ago