0.0
No commit activity in last 3 years
No release in over 3 years
A small sinatra server that supports all the actions Mollie iDeal API needs to make a payment. Now you can test your transactions on you local machine without having to make portforwards
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 4.0.4
~> 10.1.0
~> 1.4.0
~> 2.3.7
 Project Readme

Mollie-Bank Gem Version Build Status

A simple implementation of the "TM Bank" by Mollie, but without the portforward stuff to test your iDeal transactions localy.

Mollie Bank

Getting started

Install

To install the gem you should execute

gem install mollie-bank

Running the Mollie Bank

After installation you can simple run:

mollie-bank

Check if it works by browsing to: http://localhost:4567/

Howto implement

By default all communication for iDeal transactions is through https://secure.mollie.nl/xml/ideal. To use the "Mollie Bank" gem, you have to change this path into http://localhost:4567/xml/ideal.

Of course you only want to use this in development mode, so you have to create some code to change this path only when it isn't in production mode.

Check the Wiki: Implement into existing modules page for implementation of existing frameworks/modules.

Changelog

A detailed overview of can be found in the CHANGELOG.

Copyright

Copyright © 2012 Manuel van Rijn. See LICENSE for further details.

githalytics.com alpha