Jump to content

How to integrate payment api to the prestashop?


Recommended Posts

Hi @eztemplate

You can create a simple payment module by following instruction in below link

http://doc.prestashop.com/pages/viewpage.action?pageId=51184684

or generate a payment module by below url

https://validator.prestashop.com/generator

once module is created you can put library in module package and include autoload.php in your files where to use library classes , or add library with composer and use in module to use in payment process.

  • Like 1
Link to comment
Share on other sites

  • 3 weeks later...
On 4/24/2019 at 9:31 AM, eztemplate said:

Hello

I have the php sdk code to call the api and want to integrate to the prestashop.

Please help us.

You can generate module for payment from module generate by prestashop

https://validator.prestashop.com/generator

if your sdk have autoloader then you can include it in your module file and write payment validation and request call.

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...