4

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 ?

Shubhajyoti Ghosh
  • 1,292
  • 5
  • 27
  • 45

1 Answers1

7

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!

Gusten
  • 882
  • 1
  • 7
  • 14