Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate New Payment Gateway into [NopCommerce 3.10], If plugins not available?

Want to know what is the process for custom payment gateway integration with NopCommerce. If my payment gateway plugins not available ?

How to make a NopCommerce plugins for another payment gateway ? Which I required to integrate with my store .

What are the changes I need to be made, to integrate, new payment gateway ? into NopCommerce ?

like image 761
Shubhajyoti Ghosh Avatar asked Mar 22 '23 11:03

Shubhajyoti Ghosh


1 Answers

nopCommerce documentation have good guides on this. Here is how you create a plugin. And here is how to write the payment method.

nopCommerce source code comes with a few payment plugins (i.e AuthorizeNET, PayPal, Google Checkout). Those are great real world examples to look at.

Good luck!

like image 131
Gusten Avatar answered Apr 25 '23 17:04

Gusten