Adobe Commerce (Magento) extension, Merchant Integration Manual
Installation
The extension can be installed from the command line.
See below for instructions.
Command line
EveryPay extension is available on EveryPay Support website free of charge
Installation steps:
- Download and unzip latest Magento 2 module.
- Open “magento/app” folder
- Create folders 3 folders:
Folders structure should be like this…\magento\app\code\Lumav\EveryPay
- Open “EveryPay” folder which you created in a previous step and copy all content from our Magento 2 module
- Open command line as Administrator
- Go to “magento” folder using terminal
- Enter the following commands at the command line (PHP directory path should be defined if you are using Windows):
- php bin/magento module:enable Lumav_EveryPay
- php bin/magento setup:upgrade
- php bin/magento cache:flush
When it is production mode also run commands:
- bin/magento setup:di:compile
- bin/magento setup:static-content:deploy
- Proceed to the configuration at Stores/Configuration/Sales/Payment Methods/EveryPay.
Configuration
Once the extension is installed, it can be configured via Stores/Configuration/Sales/Payment methods.

Accept Google Pay payments
Note that to accept Google Pay payment on the Web, you need to serve from an HTTPS webpage with a TLS domain-validated certificate.
To accept Google Pay payments:
- From your Merchant portal, go to E-shop Settings
- Choose the right E-shop and go to Google Pay section at the bottom of the page
- Read and confirm Google Pay Terms and Conditions by clicking the checkbox
- In the Google Pay section, there should be: “Accepted” with the date when it is done

If everything is set up correctly, when customers go to the checkout page, the Google Pay payment method will be present.
Accept Apple Pay payments
Contact the acquiring bank if you would like to start accepting Apple Pay payments.
The handling of Apple Pay payments in E-shop requires:
- All pages that include Apple Pay must be served over HTTPS
- Webstore domain must have a valid SSL certificate
- Your server is set up for secure communication with Apple Pay. Follow the Apple Pay Guide
- Active registered e-shop in EveryPay portal
- Enabled card payment method
Preparations:

- Download domain verification file:
- From your Merchant portal, go to E-shop Settings
- Choose the right E-shop and go to Apple Pay section
- Download domain verification file
- Host file’s content to
https://[DOMAIN_NAME]/.well-known/
folder in your website’s root directory
- Corresponding file should be reachable from
https://[DOMAIN_NAME]/.well-known/apple-developer-merchantid-domain-association
- Register E-shop domain:
- From your Merchant portal, go to E-shop Settings
- Choose the right E-shop and go to Apple Pay section
- Click + icon and enter your webstore domain or sub-domain where the Apple Pay payment will take place (e.g. example.com, www.example.com etc.)
- Click Add domain
- Check registration status. If the result is correct, the status
registered
and the corresponding domain should be displayed

If everything is set up correctly, when customers go to the checkout page, the Apple Pay payment method will be present if an eligible device and browser is being used.
Callback notification set up in merchant portal
For the plugin to work correctly, Callback URL needs to be added in the Merchant portal. Copy the “Callback Notification URL” from the plugin settings and paste into Merchant Portal/E-shop settings/Callback Notification URL field.
Callback notifications are used to inform the plugin about payment status updates. When the payment is finalized by the customer, Callback is sent to the URL that was added in the Merchant portal and a payment status request is made showing the correct payment status to the customer and in the Magento/Orders section.
Please do not add to the Callback-url /ee , /en , /lv etc if your URL changes based on language.
Field name |
Description |
Gateway URL |
LIVE – live/production mode (payments are sent to EveryPay production server)
TEST – test mode (payments are sent to EveryPay test/demo server) |
API username / Test API
username |
Everypay Production(Live) and Test servers have different API credentials
API settings are defined in EveryPay Merchant Portal
PRODUCTION(LIVE):
https://portal.every-pay.eu/merchant_settings/general
TEST:
https://mwt-demo.every-pay.com/merchant_settings/general
Looks like this (16 symbols): 68d9463b47d9a364 |
API secret /test API
secret |
Everypay Live and Test servers have different API credentials.
API settings are defined in EveryPay Merchant Portal
LIVE: https://portal.every-pay.eu/merchant_settings/general
TEST:
https://mwt-demo.every-pay.com/merchant_settings/general
Looks like this (32 symbols):
53bac7aa8131d21671b6f2fb15de2ce4 |
API processing account |
Processing accounts are defined in EveryPay Merchant Portal.
LIVE:
https://portal.every-pay.eu/merchant_settings/currency_facilities
TEST:
https://mwt-demo.every-pay.com/merchant_settings/currency_facilities
Looks like this: EUR3D1 or USD3D1 |
Callback Notification
URL |
Add this URL to Callback Notification URL in EveryPay merchant portal under E-shop settings |
Enable this Solution |
Activate EveryPay as an option in the checkout |
Checkout title |
The title that the user sees at checkout |
Layout |
Two options for how the payment methods will be displayed:
- Tabs – payment methods are displayed in tabs
- Accordion – payment methods displayed in an accordion layout with radio buttons
|
Default country |
By default, the country selection for the Open Banking payment method is determined by the selected billing countryand will be changed dynamically, or you can select a fixed value (Estonia, Latvia, Lithuania) |
Sort Order |
Sort in what order EveryPay will be displayed if other payment solutions are enabled |