Hello,
We run Magento ver. 1.9.3.7 and I am trying to connect our eshop to bank environment in order to receive credit card payments.
I have received all the necessary information from the bank but I don't know in which file I should fill in the FORM Action POST with http post method messages to the bank.
Is there any idea?
Thank you in advance!
Hello @n_n8
Its not as simple as posting the data from form to payment gateway.
You need Magento extension for that specific payment gateway.
Payment extension works like when customer places an order on your website, they redirect to payment gateway website for the further payment options, once they pay successfully they get back on merchant website with order success page.
So you can ask your service provider for Magento extension for the payment gateway integration or you can contact us for the development of such payment gateway magento extension if they don't have it.
Thank you for your reply!
I have already created the payment methods and I have set all the details. Do you mean something more apart from that?
If you create the payment gatway extension for that, then you have idea where you want that information pass.
Do you face issues into those development?