We have option to take check for our authorized.net account. ?How do we capture the check information?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 anni tempo fa
We have option to take check for our authorized.net account.  How do we capture the check information?
12 anni tempo fa
vikas227 wrote:
We have option to take check for our authorized.net account.  How do we capture the check information?


Out of the box nopCommerce does not support eChecks. To accept eChecks you will need to write a new payment method and extend the payment infrastructure that ships with nopCommerce.

Items of interest for extending payment methods
1. ProcessPaymentRequest.cs
2. The "Order" table inside of the database (and related classes)
2. Review the current Authorize.net plugin code base.

If you're not comfortable making the changes required on your own you can probably pay one of nopCommerce's partners to help complete this task https://www.nopcommerce.com/solutionpartners.aspx.

Once you're further along in the process of implementing your code the development forum can always be a resource, but it is difficult to answer questions with such a large scope.

I hope this answers your question and helps you implement eChecks in nopCommerce.
11 anni tempo fa
Has anyone implemented the eCheck functionality for Authorize.net yet that would be willing to share their code in the forums?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.