Class ActiveMerchant::Billing::NetaxeptGateway
In: lib/active_merchant/billing/gateways/netaxept.rb
Parent: Gateway

Methods

authorize   capture   credit   new   purchase   refund   test?   void  

Classes and Modules

Class ActiveMerchant::Billing::NetaxeptGateway::Response

Constants

TEST_URL = 'https://epayment-test.bbs.no/'
LIVE_URL = 'https://epayment.bbs.no/'
CARD_TYPE_PREFIXES = { 'visa' => 'v', 'master' => 'm', 'american_express' => 'a', }

Public Class methods

Public Instance methods

[Validate]