Once you’ve installed and activated the iwocaPay plugin, it will integrate as a payment option in your Magento checkout.
Payments made through iwocaPay will automatically reconcile with your store data to simplify your workflow.
With just a few clicks, you can offer Buy Now, Pay Later to your customers.
Optionally, you can also include a Pay Now option powered by instant bank-to-bank transfers at no extra cost or effort.
Before You Begin
Installing the iwocaPay extension for Magento takes 1–2 hours.
You’ll likely need a developer or someone with command-line access.
The iwocaPay extension is not compatible with Magento 1.
Access to your server’s command line
Your iwocaPay API keys — contact your account manager to obtain them
Back up your database before making any changes
Run installation commands in maintenance mode
Choose your pricing structure
Access your Magento server via SSH and navigate to your Magento 2 installation directory:
composer config repositories.iwoca git " git@github.com:iwoca/iwocapay-magento-payment-gateway.git "
Download the plugin files:
composer require iwoca/iwocapay-magento
Enable and install the plugin:
magento module:enable Iwoca_Iwocapay
magento cache:clean && magento setup:di:compile
Configure the plugin:
Log in to your admin panel at /admin.
Navigate to Stores > Configuration > Sales > Payment Methods .
Select iwocaPay Payment Method and configure the following:
Enabled: Yes
API Key: <Your key>
Seller ID: <Your ID>
Set Mode to Production mode .
Click Save Config
Clear your cache:
Add items to your basket and proceed to checkout.
Confirm that iwocaPay is now available as a payment option.
To take advantage of the latest features, update the plugin regularly.
SSH into your server and navigate to the Magento 2 directory:
Run the following command to update:
composer require iwoca/iwocapay-magento:^VERSION_NUMBER
Apply the update:
Clear cache and update dependencies:
magento cache:clean && magento setup:di:compile
You can customise which iwocaPay options are available to customers:
Pay Later
Pay Now (always free for both you and your customers).
Log in to your admin panel at /admin
Go to Stores > Configuration > Sales > Payment Methods
Select iwocaPay Payment Method .
Use the Payment modes drop-down menu to choose your preferred options.
Changes will update automatically.
If you need to remove iwocaPay from your checkout, follow these steps:
Enable maintenance mode on your server.
Disable the extension, update dependencies, and clear your cache.
Verify the removal.
Remove the module files from the app directory.
Disable maintenance mode.
To reinstall iwocaPay in the future, you’ll need to follow the installation steps again.