No commit activity in last 3 years
No release in over 3 years
Realex is the leading payment provider for Ireland. The default gateway included in ActiveMerchant does not support 3D Secure. This implementation does, it was sponsored by Ticketsolve, written by David Rice, and released as a gem for the current version of ActiveMerchant by Arne Brasseur.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 0.13.0
>= 2.3.14
>= 0

Runtime

 Project Readme

Realex 3D Secure Gateway for ActiveMerchant

The Gateway included in ActiveMerchant does not support 3D Secure. This implementation was done by David Rice and sponsored by Ticketsolve.

In your Gemfile

gem 'activemerchant-realex3ds'

In your code

require 'active_merchant'
require 'active_merchant/billing/gateways/realex3ds'

gateway = ActiveMerchant::Billing::Realex3dsGateway.new(
            :login => 'TestMerchant',
            :password => 'password')

See ActiveMerchant for more details.

Ported to current version of ActiveMerchant and extracted into a Gem by Arne Brasseur.