an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Development > DotShoppingCart OpenSource Core > Handle Responses from Custom Payment Module
Last Post 1/27/2009 11:01:56 AM By lukezy. 3 replies.
1/22/2009 9:53:27 PM
Redcorp
Posts: 11
Joined: 1/13/2009
Handle Responses from Custom Payment Module
Hi Luke,
 
I have created a PaymentProvider for Ogone Payment Gateway (www.ogone.com). It turns out its just like Paypal so i used the paypal standard code to integrate it into DSC. I would like know how to accomodate the custom return pages to handle the response from Ogone.
 
Thanks and Regards,
 
 
 
 
1/23/2009 8:55:47 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Handle Responses from Custom Payment Module
Currently return module is not hooked up with any payment gateway yet. It's basically an book keeping module and auto assign RMA# to customers.
DotShoppingCart Staff
1/25/2009 9:00:57 PM
Redcorp
Posts: 11
Joined: 1/13/2009
Re: Handle Responses from Custom Payment Module
Hi luke,
 
How do i go about this? This is a sample of how a purchase is made with the ogone integration. http://www.ogone.com/ncol/test/ogone_demoSTDA1.asp . The steps upto validation can be handled, its just whats after that is the problem.
 
Do let me know at your earliest.
 
Thanks
 
1/27/2009 11:01:56 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: Handle Responses from Custom Payment Module
You probably need to read Ogone API documentation figure out how merchant talks to the Ogone payment gateway. And then implement the code to post the customer cart to Ogone payment gateway via their API.
DotShoppingCart Staff