- Posts: 49
- Thank you received: 1
Third Party Payment gateway requirements.
6 years 11 months ago - 6 years 11 months ago #311725
by onereik
Third Party Payment gateway requirements. was created by onereik
-- HikaShop version -- : 4.2.1
-- Joomla version -- : 3.9
-- PHP version -- : 7.2
Hello,
I want to start integrating a local third party payment gateway and they sent me an excel sheet that I should fill up, the following is requested:
1. Merchant Request URLs to whitelist
2. Merchant Response URL (URL OF website where buyers land after successful transaction)
3. Auto-update request URL
4. Auto-update response URL
Could you please help?
Is there anything specific to this, or can you give an example?
Thanks
-- Joomla version -- : 3.9
-- PHP version -- : 7.2
Hello,
I want to start integrating a local third party payment gateway and they sent me an excel sheet that I should fill up, the following is requested:
1. Merchant Request URLs to whitelist
2. Merchant Response URL (URL OF website where buyers land after successful transaction)
3. Auto-update request URL
4. Auto-update response URL
Could you please help?
Is there anything specific to this, or can you give an example?
Thanks
Last edit: 6 years 11 months ago by onereik.
Please Log in or Create an account to join the conversation.
Less
More
- Posts: 12953
- Thank you received: 1778
6 years 11 months ago - 6 years 11 months ago #311755
by Mohamed Thelji
Replied by Mohamed Thelji on topic Third Party Payment gateway requirements.
Hello,
The solution will be to directly use your payment plugin's notification URL and send it to the payment plateform :
HIKASHOP_LIVE.'index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment=YOUR_PAYMENT_NAME&tmpl=component'
Also, every information that the payment platform will send through that URL can be processed using the "onPaymentNotification" function of your payment plugin.
Kind regards,
Mohamed Thelji.
The solution will be to directly use your payment plugin's notification URL and send it to the payment plateform :
HIKASHOP_LIVE.'index.php?option=com_hikashop&ctrl=checkout&task=notify&notif_payment=YOUR_PAYMENT_NAME&tmpl=component'
Also, every information that the payment platform will send through that URL can be processed using the "onPaymentNotification" function of your payment plugin.
Kind regards,
Mohamed Thelji.
Last edit: 6 years 11 months ago by Mohamed Thelji.
Please Log in or Create an account to join the conversation.
Time to create page: 0.142 seconds