Moodle Plugins directory: Bank Transference | Moodle.org
Bank Transference
Payment gateways ::: paygw_bank
Maintained by
Carlos Vicente
Tihs plugin, is a moodle payment gateway that provides support to payments made by bank transferences, or another manual payment methods that need to be approved by a person.
Latest release:
241 sites
119 downloads
22 fans
Current versions available: 1
Tihs plugin, is a moodle payment gateway that provides support to payments made by bank transferences, or another manual payment methods that need to be approved by a person.
This plugin is developed and maintained by UNESCO-IESALC.
Contributors
Carlos Vicente (Lead maintainer)
Please login to view contributors details and/or to contact them
We are testing the plugin in Moodle 3.11 and Moodle 4.0, that are the supported moodle releases as today.
What version of moodle you have?
Sorry I'm spanish. I understand the portuguese but I don't feel able to write on it.
Thanks.
My admin area is no longer displayed when this plugin installed.
I have this error
Coding error detected, it must be fixed by a programmer: Invalid string identifier. Most probably some illegal character is part of the string identifier. Please check your string definition
More information about this error
Debug info:
Error code: codingerror×Dismiss this notification
Stack trace:
line 10496 of /lib/moodlelib.php: coding_exception thrown
line 45 of /enrol/fee/classes/plugin.php: call to lang_string->__construct()
line 29 of /enrol/fee/settings.php: call to enrol_fee_plugin->get_possible_currencies()
line 75 of /lib/classes/plugininfo/enrol.php: call to include()
line 150 of /admin/settings/plugins.php: call to core\plugininfo\enrol->load_settings()
line 8859 of /lib/adminlib.php: call to require()
line 26 of /admin/search.php: call to admin_get_root()
Moodle 3.11, PHP 7.4 under Centos
Has you added some alternate currency in the configuration?
What exactly versión do you have? You can check in the version.php file in the root of moodle instalation.
my version
$version = 2021051708.00; // 20210517 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.11.8 (Build: 20220711)';// Human-friendly version name
$branch = '311'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.
$version = 2021051708.00; // 20210517 = branching date YYYYMMDD - do not modify!
// RR = release increments - 00 in DEV branches.
// .XX = incremental changes.
$release = '3.11.8 (Build: 20220711)';// Human-friendly version name
$branch = '311'; // This version's branch.
$maturity = MATURITY_STABLE; // This version's maturity level.
I want to receive payments "payment by link" method. Can I edit the plugin and insert a link that directs the user to the payment site and then redirects back to enroll the user? Is it possible to implement this plugin for this purpose or any other way of achieving this?
I can't reproduce where is the bug. I have the same exactly version. The problem seems when the enrol_fee plugin tries to get the posible currencies. Can you send me a screencapture of the bank plugin configuration. This is the relative URL /admin/settings.php?section=paymentgatewaybank&lang=en
I'm not understand clearly what do you like.I don't understand how do you tries to comunicate the enrolment link, to the payment site. This usually need some sort of integration API like REST or SOAP.
I think you are describing the tipical payment gateway like paypal or stripe.
How can I restrict the type of file that can be uploaded to the server as proof of payment?
It currently allows the student to upload .docx, .gif, .tiff files, and many others, but I am only interested in allowing them to upload PDF files. Is it possible to do this?
Best regards.
is the plugin running on Moodle 4.5?
In a couple of weeks I'll launch a new version, so in that moment I'll test in the last version.