This is a payment module for Magento 2 that allows you to pay using Billmate Checkout. Billmate Checkout is a payment solution from Billmate that creates a iframe payment solution on the Magento 2 Checkout page.
Important Note
This repo only supports Billmate Checkout and ~~not Custom Pay~~.
COMPATIBILITY Magento versions
2.1.X
2.2.X
2.3.X
Documentation
Will be added in an upcoming release.
Supported Languages
Admin
English (en_US)
Swedish (sv_SE)
Frontend
English (en_US)
Swedish (sv_SE)
Installation
Code Package
Download the latest release zip file.
In the root directory of your Magento installation, create the following sub-directory path:
app/code/Billmate/ BillmateCheckout
Upload the zip files content into the newly created directory.
Run these bash commands in the root Magento installation
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Configure the Billmate Credentials under ”Stores” –> ”Configuration” –> ”Sales” –> ”Payment Methods” –> ”Billmate Checkout” –> ”Credentials”
Configure the General under ”Stores” –> ”Configuration” –> ”Sales” –> ”Payment Methods” –> ”Billmate Checkout” –> ”General”
Make a test purchase for every payment method to verify that you have made the correct settings.
Composer
To install the Billmate plugin using Composer the following steps needs to be done.
1. Add the following key to the composer.json “billmate/magento2-checkout”
2. Run the command “composer install” to get the new package.
Update from Code Package to Composer
Uninstall Billmate Checkout.
Delete the app / code / Billmate folder.
Install via composer according to instructions in Composer.