Class ActiveMerchant::Billing::IdealBaseGateway
In: lib/active_merchant/billing/gateways/ideal/ideal_base.rb
Parent: Gateway

Implementation contains some simplifications

  • does not support multiple subID per merchant
  • language is fixed to ‘nl‘

Methods

capture   issuers   new   setup_purchase   test?  

Constants

AUTHENTICATION_TYPE = 'SHA1_RSA'   These constants will never change for most users
LANGUAGE = 'nl'
SUB_ID = '0'
API_VERSION = '1.1.0'

Attributes

url  [R] 

Public Class methods

Public Instance methods

Check status of transaction and confirm payment transaction_id must be a valid transaction_id from a prior setup.

Get list of issuers from response.issuer_list

Setup transaction. Get redirect_url from response.service_url

[Validate]