Ashwani Shukla
Ashwani Shukla

Reputation: 628

Prestashop 1.6: create payment method that redirects to payment gateway

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

Answers (1)

Alexander Grosul
Alexander Grosul

Reputation: 1814

You need to create a module for your particular payment method. Here you can find documentation how to implement it.

Upvotes: 1

Related Questions