Reputation: 628
I am new to prestashop and just have a know-how about it. I want to develop a payment method that redirects to the client's payment gateway.
My client already has a payment method plugin for prestashop which shows embedded credit card form and calls APIs with these data to process the payment when order is placed.
I also want to place the order after the payment gateway redirects to my prestashop success URL else I have to retain the cart.
Upvotes: 0
Views: 803
Reputation: 1814
You need to create a module for your particular payment method. Here you can find documentation how to implement it.
Upvotes: 1