alma / alma-monthlypayments-magento2
Integrates Alma Monthly Payments into Magento 2
Installs: 54 556
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: >=7.1
- alma/alma-php-client: >=1.8.0
Requires (Dev)
- mockery/mockery: ^1.3
- dev-main
- 2.9.0
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.2
- 2.3.1
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.3
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.4.1
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.0
- dev-feat/change-vendor-name
- dev-fix/INT-1000-change-upgrade-script
- dev-feature/INT-39-remove-dev-dependency
- dev-feature/INT-676-test-or-live
- dev-feature/INT-746-refactor
- dev-fix/INT-823-rollback-share-of-checkout
- dev-fix/INT-760-client-is-no-defined
- dev-fix/INT-672-share-of-checkout-wording
- dev-feature/INT-748_ipn_cancel_order
- dev-feature/INT-723-B2B
- dev-featture/INT-617-refund
- dev-feature/share-of-checkout
- dev-feat/add-translations-linker-script
- dev-feat/INT-537-new-languages-and-translations
- dev-feature/INT-501_Badge_for_configurable
- dev-fix/remove-registry-method
- dev-feature/docker-env-mage24-php74
- dev-feature/docker-env
- dev-feature/php5.6
- dev-develop
This package is auto-updated.
Last update: 2022-10-04 13:21:58 UTC
README
This plugin adds a new payment method to Magento 2, which allows you to offer monthly payments to your customer using Alma.
Description
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.
Installation
Prerequisites
You first need to create your merchant account on dashboard.getalma.eu and activate your account.
Installing
Using Composer
The easiest way to install the extension is to use Composer:
$ composer require alma/alma-monthlypayments-magento2
$ bin/magento module:enable Alma_MonthlyPayments
$ bin/magento setup:upgrade && bin/magento setup:static-content:deploy
Configuring the plugin
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!