Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreHow to creat a new payment gatewayHow to creat a new payment gateway
Previous
 
Next
New Post
3/28/2011 4:33 PM
 
Hi,
I am building a web shop using the store modules. So far so good. 
Now the customer has asked to integrate a Dutch payment system in the webshop. The payment system is iDEAL. It requires a a http post request (with data about payment in form variables) to the bank's web site to start a transaction. The bank's web site goes through a couple of screens to complete the transaction. Finally, the bank's payment web site redirects back to the shop. Part of the form variables is a hashed key for security. I've got it all working in a test.aspx page I wrote just for testing.

I want to integrate this payment method in my dnn shop. I think I need to develop a new payment gateway for the iDEAL system (Rabobank iDEAL lite). I need to get started somehow. Is there a tutorial or manual on how to create a DNN payment gateway?

Thanks,
Bert-Jan Lappenschaar
 
New Post
3/29/2011 4:36 AM
Accepted Answer 
Hi Bert-Jan,

First of all, please read my guide to install the source version! :-)

It's not really complicated to create a payment provider, but require time to test it! iDEAL seems to work like the PayPal provider, then start to look at the code of this provider to discover how it works internaly.

Follow these steps to prepare your new provider:

  1. Go to the folder ...\DesktopModules\Store\Cart\Providers\GatewayProviders and create a folder named iDEALProvider.
  2. Copy the content of the sub folder PayPalProvider to the iDEALProvider folder.
  3. Rename all files (*.aspx, *.ascx, *.cs, .csproj, ...) and class names (in the code) PayPalxxx by iDEALxxx.
  4. Folders created in previous steps (1 and 2) contains source files.
  5. Go to the folder ...\DesktopModules\Store\Providers\GatewayProviders and create a folder named iDEALProvider.
  6. Create a sub folder App_LocalResources inside the iDEALProvider folder.
  7. Folder created in previous steps (5 and 6) will receive files used by the Store module at runtime. These files are copied by post build commands in your project properties, correct path in this commands.
  8. Add this project to the Store solution
  9. Modify classes to comply with your provider requirements.

Gilles


We (team members) are Humans offering their knowledge, their work and their spare time FOR FREE to benefit the community. It would be so particularly appreciated that your messages begin with "Hello" and end with "Thank you" or any other form of politeness. Ask yourself what your reaction would be, if you were approached by me (a total stranger) on the street to ask you something without saying "Hello" nor "Thank you"? After several years of services dedicated to the community, I begin to be tired to read requests without any form of politeness.
 
New Post
3/29/2011 4:05 PM
 
Thank you. I will try this out. Bert-Jan
 
New Post
10/1/2011 3:00 AM
 
Bert-Jan,
ik ben benieuwd of het gelukt is, kan je contact met me opnemen op info [at] dekaleict . nl ?
 
New Post
10/3/2011 3:22 PM
 
I used the paypal gateway to build an iDeal gateway that can used with Rabobank iDeal Lite. Works fine.
 
Previous
 
Next
HomeHomeDNN Open Source...DNN Open Source...Module ForumsModule ForumsStoreStoreHow to creat a new payment gatewayHow to creat a new payment gateway


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out