iwoca / iwocapay-magento
Implementation of the iwocaPay payment service for your Magento store
Package info
github.com/iwoca/iwocapay-magento-payment-gateway
Type:magento2-module
pkg:composer/iwoca/iwocapay-magento
2.0.0
2026-04-28 12:08 UTC
Requires
- ext-json: *
- dev-master
- 8.x-dev
- 2.0.0
- 1.1.10
- 1.1.9
- 1.1.8
- 1.1.7
- 1.1.6
- 1.1.5
- 1.1.4
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.15
- 1.0.14
- 1.0.13
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
- dev-joeh/fix-cron-lost-payments-request
- dev-joeh/bump-version
- dev-joeh/add-hmac-validation-to-callback
- dev-joeh/remove-php-version
- dev-joeh/add-validation-to-callback-function
- dev-joeh/update-config-provider
- dev-joem/make-abandoned-order-cancellation-optional
- dev-joem/null-comment-fix
- dev-joeh/add-svg-logo
- dev-joeh/make-icon-svg
- dev-joem/recover-second-load
- dev-joem/alter-cron-behaviour
- dev-joem/fix-cron-jobs
- dev-joem/fix-issue-with-vat-calculations
- dev-joem/bug-fixes
- dev-joem/send-invoice-by-default
- dev-joem/api-fixes
- dev-joem/split-into-two-v2
- dev-joem/attempt-two-split
- dev-joem/update-copy
- dev-basti/fix-empty-cart
- dev-tom/send-emails-in-payment-cron
- dev-joem/cron-drop-off
- dev-joeh/increase-limits-to-30k
- dev-basti/add-sort-order
- dev-tom/test-marketing
- dev-develop
- dev-joeh/add-block-email-event
- dev-h.mak/ip/add_description_next_to_iwocapay_in_checkout
- dev-joeh/fix-disable-emails
- dev-joeh/disable-order-emails
This package is not auto-updated.
Last update: 2026-05-12 12:22:18 UTC
README
This iwocaPay plugin for Magento 2 will implement the iwocaPay solution in your store.
Installation
You can install this plugin using Composer:
composer require iwoca/iwocapay-magento
Enable the module
bin/magento module:enable Iwoca_Iwocapay bin/magento setup:upgrade
Configuration
You can find all related configurations for this module by navigating to "Stores > Configuration > Sales > Payment Methods > iwocaPay" in the Magento admin section.
Configuration Options
| Configuration | Description |
|---|---|
| Enabled | Turns the iwocaPay payment solution on or off |
| Seller Access Token | The access token which is used to authenticate requests made to the iwocaPay API |
| Seller ID | Your Seller ID which is used to identify you as a seller in the iwocaPay system |
| Mode | Indicates if the module is running in testing (Staging) or production mode |
| Payment from Applicable Countries | Indicates if the module can be used for all allowed countries, or a specific set of countries |
| Payment from Specific Countries | If the "Payment from Applicable Countries" is set to "Specific countries" this is used to select which countries are allowed to use iwocaPay |
| Debug mode | Add additional logging during the payment process. |
License
MIT license. For more information, see the LICENSE file.