Class ActiveMerchant::Billing::QuickpayGateway
In: lib/active_merchant/billing/gateways/quickpay.rb
Parent: Gateway

Methods

authorize   capture   credit   new   purchase   refund   store   void  

Constants

URL = 'https://secure.quickpay.dk/api'
MD5_CHECK_FIELDS = { 3 => { :authorize => %w(protocol msgtype merchant ordernumber amount currency autocapture cardnumber expirationdate cvd cardtypelock testmode), :capture => %w(protocol msgtype merchant amount transaction), :cancel => %w(protocol msgtype merchant transaction), :refund => %w(protocol msgtype merchant amount transaction), :subscribe => %w(protocol msgtype merchant ordernumber cardnumber expirationdate cvd cardtypelock description testmode), :recurring => %w(protocol msgtype merchant ordernumber amount currency autocapture transaction), :status => %w(protocol msgtype merchant transaction), :chstatus => %w(protocol msgtype merchant)
APPROVED = '000'

Public Class methods

The login is the QuickpayId The password is the md5checkword from the Quickpay manager To use the API-key from the Quickpay manager, specify :api-key Using the API-key, requires that you use version 4. Specify :version => 4 in options.

Public Instance methods

[Validate]