WPIntell

Source evidence

installment payment problem

Payment Gateway – nexi Alpha Bank for WooCommerce · support · 2025-02-07T09:16:00+00:00

mixedsentiment
highseverity
0.95relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

9 / 39 rows with source links

23.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

30 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
alikayali resolved
Hello, When a customer attempts to pay in installments, they see the message: “Request data is not valid security error, invalid digest.” The redirection to the bank works fine. Customers can make non-installment payments without any issues, but only experiencing this problem with installment payments. Do you have any idea what might be causing this? Here is the screenshot: https://ibb.co/8zhcy18 Good afternoon, After making relevant checks , we noticed that there is a fix that might solve your issue as seen in a previous thread. The solution suggested is : add the following 2 lines of code in the file classes/WC_AlphaBank_Gateway_Base.php: ‘extInstallmentoffset’ => null, ‘extInstallmentperiod’ => null, just after the line ‘trType’ => $trType, and just before the line ‘confirmUrl’ => get_site_url() . “/?wc-api=WC_alphabank_Gateway&result=success”,. We will inform our dev team to add this fix in one of our next plugin updates. Thank you very much for your support. The issue has been resolved with the code you provided. I hope the new update will be released as soon as possible. Best regards.

Comments

2 shown
gibeladakis 2025-02-07T10:57:00+00:00

Good afternoon, After making relevant checks , we noticed that there is a fix that might solve your issue as seen in a previous thread. The solution suggested is : add the following 2 lines of code in the file classes/WC_AlphaBank_Gateway_Base.php: ‘extInstallmentoffset’ => null, ‘extInstallmentperiod’ => null, just after the line ‘trType’ => $trType, and just before the line ‘confirmUrl’ => get_site_url() . “/?wc-api=WC_alphabank_Gateway&result=success”,. We will inform our dev team to add this fix in one of our next plugin updates.

alikayali 2025-02-07T11:17:00+00:00

Thank you very much for your support. The issue has been resolved with the code you provided. I hope the new update will be released as soon as possible. Best regards.