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

Methods

authorize   capture   credit   new   purchase   store   void  

Constants

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

Public Class methods

The login is the QuickpayId The password is the md5checkword from the Quickpay admin interface

Public Instance methods

[Validate]