Class ActiveMerchant::Billing::FirstPayGateway
In: lib/active_merchant/billing/gateways/first_pay.rb
Parent: Gateway

Methods

credit   new   purchase   refund   void  

Classes and Modules

Class ActiveMerchant::Billing::FirstPayGateway::FirstPayPostData

Constants

TEST_URL = 'https://apgcert.first-pay.com/AcqENGIN/SecureCapture'   both URLs are IP restricted
LIVE_URL = 'https://acqengin.first-pay.com/AcqENGIN/SecureCapture'
ACTIONS = { 'sale' => 1, 'credit' => 2, 'void' => 3

Public Class methods

Public Instance methods

[Validate]