Module | ActiveMerchant::Billing::BeanstreamCore |
In: |
lib/active_merchant/billing/gateways/beanstream/beanstream_core.rb
|
URL | = | 'https://www.beanstream.com/scripts/process_transaction.asp' |
TRANSACTIONS | = | { :authorization => 'PA', :purchase => 'P', :capture => 'PAC', :credit => 'R', :void => 'VP', :check_purchase => 'D', :check_credit => 'C', :void_purchase => 'VP', :void_credit => 'VR' |
CVD_CODES | = | { '1' => 'M', '2' => 'N', '3' => 'I', '4' => 'S', '5' => 'U', '6' => 'P' |
AVS_CODES | = | { '0' => 'R', '5' => 'I', '9' => 'I' |