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) |