This plugin adds a new payment method to Magento 2, which allows you to offer monthly payments to your customer using Alma.
Alma is a service to provide merchants with an easy and safe monthly payments solution.
Let your customers pay for their purchases at their own pace! You'll receive the funds instantly, and your customer will pay later over a few monthly instalments.
This plugin integrates Alma into Magento 2 by adding a new payment method that you can activate to offer monthly payments to your customers.
- Adobe Commerce (Magento) versions 2.3.5 to 2.4.7: Fully compatible with the latest version of our module.
- Adobe Commerce (Magento) versions 2.2.8 to 2.3.5: Compatible with module version 2.8.2.
- Adobe Commerce (Magento) versions lower than 2.2.8: Partially compatible with module version 2.8.2.
- PHP: Compatible with versions
7.1
to8.1
Before configuring the module, you need to create your merchant account on dashboard.getalma.eu.
- Go to registration page and create an account.
- Retrieve your API key from the dashboard.
- Use these credentials in the module configuration.
-
Run the following command in your Magento root directory:
$ composer require almapay/alma-monthlypayments-magento2
-
Enable the module:
$ bin/magento module:enable Alma_MonthlyPayments
-
Run setup upgrade and compile:
$ bin/magento setup:upgrade $ bin/magento setup:di:compile $ bin/magento setup:static-content:deploy $ bin/magento cache:flush
After installing the plugin, go to Stores > Configuration > Sales > Payment Methods
.
Find "Alma Monthly Payments" in the payment methods list to start configuring it.
Fill in the API keys for your account, which you can find on your dashboard's security page.
You also have access to different settings to control what the plugin should display on the Cart, Mini-cart and Checkout pages. We advise you to stay in "Test" mode until you're happy with your configuration and are ready to accept payments from your customers.
Once everything is properly set up, go ahead and switch to "Live" mode!
If you encounter any issues or have questions, feel free to contact us at [email protected].