public
Description: Package to simplify including the Adyen payments services into a Ruby on Rails application.
Homepage: http://www.adyen.com
Clone URL: git://github.com/wvanbergen/adyen.git
wvanbergen (author)
Wed Oct 21 07:53:17 -0700 2009
commit  874bbd84a0f668afcd9c84df0fb9a6277879f120
tree    30d4b53790bc3e1bf6eb45ea7599ba99553e9113
parent  045265a717b61e32b32b96e96291ff6245636509
adyen /
name age message
file .gitignore Thu Aug 20 00:39:45 -0700 2009 Fixed gitignore [wvanbergen]
file LICENSE Mon Oct 05 02:06:01 -0700 2009 Updated README, LICENSE and gemspec file. [wvanbergen]
file README.rdoc Sat Oct 10 00:49:53 -0700 2009 Small README fix [wvanbergen]
file Rakefile Tue Sep 29 03:05:04 -0700 2009 Whitespace fixing! [wvanbergen]
file adyen.gemspec Loading commit data...
file init.rb Thu Aug 06 07:58:40 -0700 2009 Initial commit [wvanbergen]
directory lib/
directory spec/
directory tasks/
README.rdoc

Adyen

Package to simplify including the Adyen payments services into a Ruby on Rails application.

Adyen integration relies on three modes of communication between Adyen, your server and your client/customer:

  • Client-to-Adyen communication using forms and redirects.
  • Adyen-to-server communications using notifications.
  • Server-to-Adyen communication using SOAP services.

This library aims to ease the implementation of all these modes into your application. Moreover, it provides matchers, assertions and mocks to make it easier to implement an automated test suite to assert the integration is working correctly.

Installation

Add the following line to your environment.rb and run rake gems:install to make the Adyen functionality available in your Rails project:

    config.gem 'adyen', :source => 'http://gemcutter.org

You can also install it as a Rails plugin (deprecated):

    script/plugin install git://github.com/wvanbergen/adyen.git

Usage

See the project wiki on wiki.github.com/wvanbergen/adyen to get started.

About

This package is written by Michel Barbosa and Willem van Bergen for Floorplanner.com, and made public under the MIT license (see LICENSE). It comes without warranty of any kind, so use at your own risk.