Payline by Monext payment plugin

  • Posts: 12
  • Thank you received: 0
7 years 6 months ago #270153

Monext has develloped a payment solution in aout 2016 for hikashop 2.6.x with which its possible to pay with "payline" : a lot payment possibilities.

I've installed this plugin which is called "payline" and downloadable here : support.payline.com/hc/fr/articles/20306...ayline-pour-Hikashop .

When I buy something in my client e-shop with "payline", the order is well created, the paiement page is called and I mentionned my credit card number, and I'm redirected to the page overrided by a gavick template where a GET token value is concated into my url.

The token is a response value from "payline" solution in order to change automatically hikashop order statue.

It's from this step that I think this plugin does'nt get the response of the webservice from payline.

I've tested the token from the integration kit payline out of joomla/hikashop installation and I can get this response.

I tried to change the Url notification, and eventually upgrade the paylineKit from their integrationKit but nothing has changed, the payments are sent in payline administrator panel as success orders, but, no change change status in hikashop at the callback :(

So, if someone would take a look about this plug in ? I think the issue could come from a false notification url or a bad use of trigger onPaymentNotification(&$statuses).

I would be recoknize if someone can help be. It's not interresting for my clients, to change manually theeir orders status after receive a payment.

And I think this plugin could serve for many others users.

To get a code to test payline plugin in homologation mode, please contact us by mail : This email address is being protected from spambots. You need JavaScript enabled to view it.

Last edit: 7 years 6 months ago by Jerome. Reason: removing attachment

Please Log in or Create an account to join the conversation.

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
7 years 6 months ago #270168

Hi,

I've looked at the plugin code and it looks fine.
It's too bad though that they just use "die()" to stop the processing on the onPaymentNotification plugin when something goes wrong without doing anything else.
They could add at least a call to $this->writeToLog($text) with some debug data in $text so that you would know by looking at the HikaShop payment log why the notification didn't change the status of the order.

The actually happens often with payment plugins with a notification of the payment.
We actually wrote a documentation you can check for the PayPal plugin:
www.hikashop.com/support/documentation/i...or.html#notification
Most of the points to check are quite similar for all payment plugins.
Also, please understand that this payment plugin being developed by someone else, you should contact the developers of the payment plugin. They'll know their plugin better than us and should be able to provide more help.

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum