Class ActiveMerchant::Billing::UsaEpayGateway
In: lib/active_merchant/billing/gateways/usa_epay.rb
Parent: Gateway

Methods

authorize   capture   new   purchase  

Constants

URL = 'https://www.usaepay.com/gate.php'
TRANSACTIONS = { :authorization => 'authonly', :purchase => 'sale', :capture => 'capture'

Public Class methods

Public Instance methods

[Validate]