an ASP.NET Open Source CMS & eCommerce platform
Search:
Last Post 3/24/2010 11:08:45 AM By lukezy. 4 replies.
12/1/2007 9:07:02 AM
LlewellynK
Posts: 16
Joined: 4/23/2008
Payment Modules

Hi Lukez,

I'm looking into developing a payment module for DSC, for the www.Setcom.com payment gateway. Is there documentation or samples I can follow to help get myself up to speed  with payment module integrated in DSC?

Another I will need is for Direct Deposits or Payment by cheque or money orders. I noticed an enum value in the code for Cheque and Money Orders and was wondering if this payment method is already available?

LK

12/1/2007 11:15:55 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Payment Modules

If www.setcom.com is credit card base checkout module. you could take a look at AuthorizeNetPaymentProvider.cs. All the public override methods are the interface that you need to implement. They are"Initialize, Name, Authorize, Capture, Sale and GetConfigurationSettings." Also you want to keep the name of the assembly as xxxPaymentProvider since DSC loads all payment assemblies named that way dynamically. Don't forget to add a reference to the payment module for your web site.

We plan to add "Check" or "Money order" in the next release.

 

DotShoppingCart Staff
12/3/2007 5:33:21 AM
LlewellynK
Posts: 16
Joined: 4/23/2008
Re: Payment Modules

Thanks for the feedback Luke. This will definitely speed things up.

>><span class="Forum_Normal" id="dnn_ctr374_Forum_PostEdit_lblMessage">We plan to add "Check" or "Money order" in the next release.</span>
Great news this is.

3/23/2010 11:37:00 PM
masande
Posts: 26
Joined: 10/29/2009
Re: Payment Modules
 Hi Luke
 
I recently bought DSC suite and one thing that I have noticed is that the source code for the payment providers is not available as a project as was the case with the open source version of DSC. This is very important to me as I have interface with a 3rd party payment gateway that is not a part of the default list that comes with the commercial version of DSC. Is it possible to integrate with 3rd party payment gateways with the commercial version ? If I elected to integrate with a payment gateway that requires me to redirect to and from their website for the processing of payments what modifications would I have to do to DSC ?
 
 
Regards
 
Masande
3/24/2010 11:08:45 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Payment Modules
I am happy to help you with that. Would you please create a new thread and specify which payment gateway it is?
DotShoppingCart Staff