talopay / module-transfer
TaloPay Magento 2 Transfer module
Installs: 18
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Type:magento2-module
pkg:composer/talopay/module-transfer
Requires
- php: ~8.2||~8.3||~8.4
- ext-intl: *
- magento/framework: *
- magento/module-payment: *
This package is auto-updated.
Last update: 2026-02-06 13:08:14 UTC
README
Description
TaloPay allows you to process bank transfers securely and efficiently.
Installation
Use composer to install TaloPay_Transfer.
composer require talopay/module-transfer
Then you'll need to activate the module.
bin/magento module:enable TaloPay_Transfer
bin/magento setup:upgrade
Configuration
Notification status
No: No notification will be sent by the module. The standard Adobe Commerce notification flow will handle all communications.
On every transaction: An email with relevant transfer information will be sent every time a webhook is triggered — even multiple times for the same order.
When total is paid: A notification will be sent only once, when the order reaches the status configured under "Payment has been accepted". It informs that the full payment has been received.
Uninstall
bin/magento module:uninstall TaloPay_Transfer
If you used Composer for installation Magento will remove the files and database information.