Class: ActiveMerchant::Billing::BarclaysEpdqExtraPlusGateway

Inherits:
OgoneGateway show all
Defined in:
lib/active_merchant/billing/gateways/barclays_epdq_extra_plus.rb

Constant Summary

Constants inherited from OgoneGateway

OgoneGateway::AVS_MAPPING, OgoneGateway::CVV_MAPPING, OgoneGateway::OGONE_NO_SIGNATURE_DEPRECATION_MESSAGE, OgoneGateway::OGONE_STORE_OPTION_DEPRECATION_MESSAGE, OgoneGateway::SUCCESS_MESSAGE, OgoneGateway::THREE_D_SECURE_DISPLAY_WAYS

Constants inherited from Gateway

Gateway::CREDIT_DEPRECATION_MESSAGE, Gateway::RECURRING_DEPRECATION_MESSAGE, Gateway::STANDARD_ERROR_CODE

Instance Attribute Summary

Attributes inherited from Gateway

#options

Method Summary

Methods inherited from OgoneGateway

#authorize, #capture, #credit, #initialize, #purchase, #refund, #scrub, #store, #supports_scrubbing?, #verify, #void

Methods inherited from Gateway

#add_field_to_post_if_present, #add_fields_to_post_if_present, #card_brand, card_brand, #generate_unique_id, inherited, #initialize, #scrub, #supported_countries, supported_countries, supported_countries=, supports?, #supports_network_tokenization?, #supports_scrubbing?, #test?

Methods included from CreditCardFormatting

#expdate, #format

Methods included from PostsData

included, #raw_ssl_request, #ssl_get, #ssl_post, #ssl_request

Constructor Details

This class inherits a constructor from ActiveMerchant::Billing::OgoneGateway