alexminza
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Victoriabank Payment Gateway] Ultemele 4 cifre de la cardDin cate puteti observa din capturile de ecran trimise de dumneavoastra – afirmatia nu corespunde cu realitatea: logurile arata ca banca nu trimite aceste date.
Contactati banca si solicitati setarea corecta a Postback URL la care sa fie trimise campurile BIN, CARD, etc. Vedeti pentru referinta cazul similar aici https://www.ads-software.com/support/topic/%d0%bf%d0%be%d1%81%d0%bb%d0%b5%d0%b4%d0%bd%d0%b8%d0%b5-4-%d1%86%d0%b8%d1%84%d1%80%d1%8b-%d0%bd%d0%be%d0%bc%d0%b5%d1%80%d0%b0-%d0%ba%d0%b0%d1%80%d1%82%d1%8b/
PS: @livonu va rog sa oferiti screenshoturi intregi – este dificil de inteles contextul in fragmentele trimise de dumneavoastra.
Forum: Plugins
In reply to: [WooCommerce Victoriabank Payment Gateway] Ultemele 4 cifre de la cardAsigurati-va ca banca a configurat CallbackURL corect.
Forum: Plugins
In reply to: [WooCommerce maib Moldova Agroindbank Payment Gateway] Permission setup errorYou need to set the Certificate / private key passphrase when uploading the Client certificate PFX file.
Forum: Plugins
In reply to: [WooCommerce maib Moldova Agroindbank Payment Gateway] Eroor to make payments@sebas15 from your error log it is pretty obvious that the fault is not related to the plugin but to your hosting/server configuration:
cURL error 7: Failed to connect to ecomm.maib.md port 4455: Connection refused
This is usually at the system / web hosting level, so please contact sysadmins / hosting support and verify the cause your system is not allowed to connect to MAIB servers. Some hosting providers deny outbound connections to non-standard/custom ports like 4455 in this particular case.
Additionally, verify with the bank that they whitelisted your server IP address and allow you to connect to the payment gateway.
See also: https://www.ads-software.com/support/topic/error-making-a-transaction-trough-maib-payment-gateway/
As we can see from your error logs:
cURL error 7: Failed to connect to ecomm.maib.md port 4499: Connection refused
This is usually at the system / web hosting level, so please contact sysadmins / hosting support and verify the cause your system is not allowed to connect to MAIB servers.
@catalinamorar I do not see any reference to the MAIB Payment Gateway plugin in the exception stack trace you have provided, therefore we cannot that this plugin is at fault here.
Additionally, there is no such function called directly from the plugin code, as a simple search in the source code reveals https://github.com/alexminza/wc-moldovaagroindbank/search?q=get_instance_option_key&unscoped_q=get_instance_option_key
I recommend you refer to a developer to assist with this issue or try disabling plugins one by one to find any potential incompatibilities.
Hello @jesslucyg,
please review the FAQ:
The merchant data and connection settings are provided by Moldova Agroindbank. This data is used by the plugin to connect to the Moldova Agroindbank payment gateway and process the card transactions. Please see https://www.maib.md/e-commerce/ and contact [email protected] for details.
You need first of all to sign an agreement with MAIB and obtain the client certificate files to be able to configure and use the plugin.
Regarding the second question – the plugin does not gather payment card data, it redirects to the MAIB payment gateway pages for data entry, so I guess this is not applicable.
A quick search seems to show that WPML is not properly integrating with WordPress system function get_locale() that is used by this plugin to detect current language.
Will try to find some workarounds in the following days.- This reply was modified 4 years, 7 months ago by alexminza.
After detailed analysis it turns out that the web hosting used by @revenco-vladislav was blocking web requests to non-standard ports used by the MAIB payment gateway systems:
- TEST: https://ecomm.maib.md:4499
- TEST: https://ecomm.maib.md:7443
- PROD: https://ecomm.maib.md:4455
- PROD: https://ecomm.maib.md
The solution was to contact the web hosting support and request unblocking/whitelisting these specific addresses/ports.
@catalinamorar it seems that this is a problem related to a translation plugin that you seem to be using: TranslatePress
A quick search reveals that a lot of users are having similar problems with this plugin https://www.ads-software.com/search/trp-gettext
@catalinamorar could you please send me a message to [email protected] – I will give you a customized beta version of the plugin to test. Thanks!
@catalinamorar MAIB payment gateway representatives tell me that this is a currently known system limitation. My suggestion here is to use an english or latin transliterated order description for the time being.
Can you please provide a link to the website? Thanks!
Please send full logs to [email protected]
Forum: Plugins
In reply to: [WooCommerce Victoriabank Payment Gateway] Последние 4 цифры номера картыБанк отправляет ответ по транзакции и на CallbackURL и на RedirectURL (при перенаправлении обратно на сайт на страницу подтверждения заказа). Данные о последних цифрах карты (исходя из опыта других пользователей, это не описано четко в документации банка) отправляются только по защищенному каналу на CallbackURL.
Настройте Debug (отладочный) режим плагина и проанализируйте лог файлы, там вы найдете также детали о вызовах со стороны платежного шлюза банка. Обратите внимание именно на строки с
DEBUG check_response
– это вызовы шлюзом CallbackURL, проверьте получаете ли вы от банка данные карты.