Magento 2.4+
We currently only support Magento 2.4+ with our plugin.
How to Obtain our Magento Plugin
We are available in the Magento Marketplace .
Manual Installation
- Download and unzip the extension.
- Copy files to
<Magento root>/app/code/Koalafi/Payment
directory. - Execute the following console commands:
3.1.php bin/magento module:enable Koalafi_Payment
3.2.php bin/magento setup:upgrade
3.3.php bin/magento cache:clean
Configuration
- To configure the extension, go to
Stores > Settings > Configuration > Sales > Payment Methods
. - Expand Koalafi Payment section, enter configuration data and click 'Save Config'.
Available Plugin Configurations
Below are a list of the configurations for the plugin
Available Environments
Sandbox: used for testing integrating with us
Production : used for production traffic


Admin Configs
Environment Related Variables
- Enabled - whether or not you want to enable Koalafi as a payment method
- Application Mode - this dictates which environment configuration the plugin will use (Sandbox or Production)
- SDK Sandbox url - url for where the sandbox sdk is found
- SDK Production url - url for where the prod sdk is found
Authentication/Authorization
-
Api key - the api key used to make authenticated requests to our APIs
-
Dealer id - the public dealer id used to identify the store/dealer
-
New Order Status - the status a new order should be in when checking out with Koalafi
Maximums and Minimums for Koalafi
-
Minimum Order Total - the minimum total amount, not to be edited at this point as we have hard set rules on cart minimums and maximums
-
Maximum Order Total - the maximum cart/order total amount, not to be edited, as we have hard set rules on cart minimums and maximums
-
Min/Max Error Messaging - messaging for what the extension would state when these limits are met
-
Sort Order - where in the line of payment methods you would like Koalafi to be located
Updated about 1 month ago