You are here: Forums Ask a Rails expert How to Integreat dibspayment...
Posted in Forums : Ask a Rails expert
Authority 12
Posting Rating 74
Sign in to rate this post
|
Hi I want to integrate dibs payment system .how to integrate http://www.dibspayment.com/ |
Authority 12
Posting Rating 96
Sign in to rate this post
|
They have a tech resource with their API docs at http://tech.dibs.dk/ I wasn’t able to find any existing gems to support it, and the ActiveMerchant wiki doesn’t mention Dibs, so it looks like you’re on your own. :( It’s probably best to start with a mature payment gateway system like ActiveMerchant and write a Dibs plugin – some guidance is available here: http://code.google.com/p/activemerchant/wiki/Contributing |
Authority 12
Posting Rating 96
Sign in to rate this post
|
Hi Amit Go through the tech spec for DIBS implementation @ http://tech.dibs.dk/ Basically there are 2 ways of implementing it Flexwin has a pre- defined format of sending the data to DIBS server and you would have design your checkout step based on that, also i dont think this method gives you much flexiblity with templates. I mean I am doubtful you cannot use your sites template here. Because the users will be redirected to DIBS site and the payment will be continued there.Well they have an option to upload CSS and html files, but can be hectic. Solution 2 on the other hand the control is with you, you just have to establish a server connection and pass the required information from your app. The disadvantage is you might have to get some sort of paid approval for this. The general parameters passed are
|
Authority 37
Posting Rating 100
Sign in to rate this post
|
I find Jon’s tip very good: Use ActiveMerchant because it’s a widely used library. Note that there is a cool minibook on ActiveMerchant over at Peepcode. |
Authority 12
Posting Rating 96
Sign in to rate this post
|
Peepcode is a great resource. I’m close to the end of my second 5-credit pack now. |
Authority 37
Posting Rating 100
Sign in to rate this post
|
Jon: Close to the second 10! ;) I guess I should switch to PeepCode Unlimited afterwards. ;-) |
Ask a Rails expert : Get disk info
Ask a Rails expert : Problem with rails 2.1.0 & its older versions
Ask a Rails expert : How to test authentication and get the specific error using net:: http class
Ask a Rails expert : AJAX and set focus
Ask a Rails expert : How to use mephisto
Ask a Rails expert : Sanitizing html
Ask a Rails expert : First post, requesting sage perspective
Ask a Rails expert : How to use mephisto
Ask a Rails expert : will_paginate customization problem
Ask a Rails expert : BackgroundRB still wants 'development' environment...?