Hello team,
I am not sure if I am posting this thread at the correct location. I want to know if someone can integrate a new payment gateway if I give you the details.
Thanks in advance.
Hello team,
I am not sure if I am posting this thread at the correct location. I want to know if someone can integrate a new payment gateway if I give you the details.
Thanks in advance.
Hello team,
I am not sure if I am posting this thread at the correct location. I want to know if someone can integrate a new payment gateway if I give you the details.
Thanks in advance.
Hello!
Please send me the documentation.
Please take a look
https://docs.cs-cart.com/4.7.x/developer_guide/addons/tutorials/payment_processor_addon.html
If you are not familiar with development, please provide us with the payment method details here
Hello!
Please send me the documentation.
I guess you are asking about this
https://support.payhere.lk/api-&-mobile-sdk/payhere-checkout
Thank you! Please check your PM.
Hello!
Working on the integration of a new payment gateway to CsCart v 4.2.2 - similar issue here, when following this manual:
customer is redirected in the checkout process with fn_create_payment_form('gateway form url', array(), 'name', true, 'get'); to the external form for card details provided by the gateway. After successfully filling in the details, the gateway form redirects back to some success page (set up within CsCart).
However, the order is still marked as 'incomplete' and the cart is not updated/emptied. The function fn_finish_payment($order_id, $pp_response, false); can only be called when the asynchroneous callback notification of the gateway is received.
So how do I update the cart and the order status meanwhile in the payment script?
Hello!
Working on the integration of a new payment gateway to CsCart v 4.2.2 - similar issue here, when following this manual:
customer is redirected in the checkout process with fn_create_payment_form('gateway form url', array(), 'name', true, 'get'); to the external form for card details provided by the gateway. After successfully filling in the details, the gateway form redirects back to some success page (set up within CsCart).
However, the order is still marked as 'incomplete' and the cart is not updated/emptied. The function fn_finish_payment($order_id, $pp_response, false); can only be called when the asynchroneous callback notification of the gateway is received.
So how do I update the cart and the order status meanwhile in the payment script?
Hello!
Where is payment response returned? To the payment_notification controller?
You should fill the notify_url and return_url parameters correctly and change order status according to the status_code parameter received from PayHere