Skip to content

Fatsoma/active_merchant-realex3ds

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%