Sha256: 60aa3fdb4bad2dfecf0a6f4ebe8584a6664b0ad349ebe4a02db8cd16a17bd720

Contents?: true

Size: 715 Bytes

Versions: 36

Compression:

Stored size: 715 Bytes

Contents

require 'active_merchant/billing/gateways/cc5'

module ActiveMerchant #:nodoc:
  module Billing #:nodoc:
    class FinansbankGateway < CC5Gateway
      self.live_url = 'https://www.fbwebpos.com/servlet/cc5ApiServer'
      self.test_url = 'https://entegrasyon.asseco-see.com.tr/fim/api'

      # The countries the gateway supports merchants from as 2 digit ISO country codes
      self.supported_countries = %w[US TR]

      # The card types supported by the payment gateway
      self.supported_cardtypes = %i[visa master]

      # The homepage URL of the gateway
      self.homepage_url = 'https://www.fbwebpos.com/'

      # The name of the gateway
      self.display_name = 'Finansbank WebPOS'
    end
  end
end

Version data entries

36 entries across 36 versions & 4 rubygems

Version Path
activemerchant-1.125.0 lib/active_merchant/billing/gateways/finansbank.rb
archetype2142_activemerchant-1.124.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.124.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.123.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.121.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.120.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.119.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.118.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.117.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.116.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.114.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.113.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.112.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.111.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.110.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.109.0 lib/active_merchant/billing/gateways/finansbank.rb