nicolas wrote: The Authorize JS plugin is developed by a third party developer and sold on our website. It's up to him to provide documentation for his plugin.
You guys need to do a better job of vetting the plugins that you are selling on your website. No excuse for the author to not to include help documentation, especially on a paid product. This is the 2nd plugin that I have bought from your company and both did not work initially nor have help documentation. These plugins have been a big disappointment.
nicolas wrote: Activate the debug setting of the payment method. Then, try again. Then, look at the "payment log file" of the HikaShop configuration:
www.hikashop.com/support/documentation/5...nfig.html#main_files
It should hopefully provide information on what's going on.
I got this from the payment log. Looks to be complaining about phone number being required.
Sun, 19 Apr 2026 04:47:45 +0000 INFO : [_sendRequest] (/home/gpsc/public_html/plugins/hikashoppayment/authorizejs/vendor/authorizenet/authorizenet/lib/net/authorize/util/HttpClient.php : 64) - Response from AnetApi: {"transactionResponse":{"responseCode":"3","authCode":"","avsResultCode":"P","cvvResultCode":"","cavvResultCode":"","transId":"0","refTransID":"","transHash":"","testRequest":"0","accountNumber":"XXXX9384","accountType":"Visa","errors":[{"errorCode":"33","errorText":"Phone is required."}],"transHashSha2":"998AEBE5B5B2FD3A1298F015E576ABC78E185ED6255D6D4BC84970822E65867BE53C7136774528459ECE51FE6C4BD13F1540062E8B8F9C2B532C3EB6C0ADA874","SupplementalDataQualificationIndicator":0},"refId":"ref1776574064","messages":{"resultCode":"Error","message":[{"code":"E00027","text":"The transaction was unsuccessful."}]}}
Found this on one website:
'E00027' is thrown up irrespective of which filter has vetoed the payment (it is also thrown when form fields are marked as required), but Authorize.Net will send you an email with details on which filter was triggered. You can also check with the Authorize.Net web interface for specifics and reports on which filter stopped the payment from going through at Reports >> Transaction Detail Reports or Search >> Suspicious/Unsettled transactions.
Not sure why the phone number isn't being transmitted for the transaction. We do require a phone number when the customer enters an address in HikaShop, so that information is available. That field is flagged as required in the Authorize.net console. Even when I change that to optional, the transaction still fails ('E00027' and 'Phone is required.' messages still).