Belgian Bancontact by Payconic payment method

  • Posts: 13
  • Thank you received: 0
4 years 6 months ago #318764

-- url of the page with the problem -- : www.reddingboot3.be

Hello,

We are a small non-profit and we've setup a sponsoring action with hikashop. I would like to integrate the bancontact by Payconiq paying method. It's the most used system in Belgium with over 3.000.000 users. I don't find a plugin.
I tried to create the plugin myself based on the example plugin and ogone plugin. I don't succeed.

Can you give me a hint on which plugin I can use as a base to create the Payconiq paying methode. If somebody helps me, it can be released in public domain, this would be a big support for Belgian users.

The developer guide is here: https://developer.payconiq.com/online-payments-dock/#payconiq-online-widget
I have a test account on their systems.

Can somebody help me out?

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

  • Posts: 259
  • Thank you received: 10
4 years 6 months ago #318769

You can already use bancontact using the MOLLIE plugin www.hikashop.com/marketplace/product/153...ie-by-skyspider.html and just an FYI it's "Payconiq by Bancontact" not "Bancontact by Payconiq". Mollie however doesn't support payconiq

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

  • Posts: 13
  • Thank you received: 0
4 years 6 months ago #318776

Thanks for the idea of using mollie. I would also like to offer Payconiq as a payment method.
I'm afraid we need to create a new plugin to make this work. Any ideas?

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

  • Posts: 259
  • Thank you received: 10
4 years 6 months ago #318777

I'm no developer like that but maybe contact the creators of the Mollie plugin if they can do it. Or maybe HikaShop can make one. Either way, for Joomla currently no such plug-in exists, do is going to be a paid commission job.

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
4 years 6 months ago #318766

Hi,

I would recommend to base yourself on the "banktransfer" payment plugin (folder plugins/banktransfer).
I would also recommend to add the src folder from github.com/EventSquare/payconiq-api-php to it.
Basically, what you want to change in the banktransfer_end.php file.
There, instead of displaying instructions to do the bank transfer manually, you want to include the file src/Client.php and then use the code provided on the github.com/EventSquare/payconiq-api-php page to get back the qrcode URL so that you can display it.
This will then appear at the end of the checkout so that the customer can scan the qrcode with his smartphone.
Ideally, you could also add a onPaymentNotification function from another payment plugin like Stripe and give in the $callbackUrl variable the payment notification of your payment plugin:

HIKASHOP_LIVE.'index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment='.$this->name.'&tmpl=component&orderid='.$order->order_id
You would need to adapt the noPaymentNotification to use the data from your payment gateway as presented here:
payconiq-payments-v3.docs.stoplight.io/c...o-merchants/callback

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

  • Posts: 1
  • Thank you received: 0
  • Hikashop Essential
4 years 6 months ago #319001

I'm also playing with Hikashop and trying out al the different methods to pay. I think you can install payconic using this:
www.payconiq.be/nl/professioneel/betalen-in-uw-webshop
At the bottom you can see how to implement payconic on your webshop.
Good luck!

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

  • Posts: 13
  • Thank you received: 0
4 years 6 months ago #319432

Hi,
Thank you, i looked at the Website you mention, but it"s not so easy, i'll need some time

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

  • Posts: 13
  • Thank you received: 0
4 years 6 months ago #319434

Thank you very much. I'll experiment with this.

Danny

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

Time to create page: 0.088 seconds
Powered by Kunena Forum