
Plugin settings
IBANTEST for WooCommerce extends WooCommerce with a SEPA direct debit payment method including IBANTEST API validation of the entered IBAN.
It helps to avoid incorrect IBAN entries and return debits.
To validate IBANs in checkout, an account at IBANTEST with a valid API key and credits is required.
Run the automated tests with composer test.
Update translation sources and compiled language artifacts with composer i18n.
The source tree may keep the local Composer vendor/ directory for development and tests. Release ZIPs must never be created from the source tree directly.
Create a release-ready copy with production dependencies only via composer build:release; the output is written to build/ibantest-for-woocommerce and excludes development files before installing vendor/ with --no-dev.