Class ActiveMerchant::Billing::WorldpayGateway
In: lib/active_merchant/billing/gateways/worldpay.rb
Parent: Gateway

Methods

authorize   capture   new   purchase   refund   void  

Classes and Modules

Class ActiveMerchant::Billing::WorldpayGateway::MultiResponse

Constants

TEST_URL = 'https://secure-test.wp3.rbsworldpay.com/jsp/merchant/xml/paymentService.jsp'
LIVE_URL = 'https://secure.wp3.rbsworldpay.com/jsp/merchant/xml/paymentService.jsp'
CARD_CODES = { 'visa' => 'VISA-SSL', 'master' => 'ECMC-SSL', 'discover' => 'DISCOVER-SSL', 'american_express' => 'AMEX-SSL', }

Public Class methods

Public Instance methods

[Validate]