Sha256: 96e35d03422e1bc6f6c72b4fb571f0b9f3b303f88b67f4af82131e0148dfc35c

Contents?: true

Size: 721 Bytes

Versions: 46

Compression:

Stored size: 721 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 = ['US', 'TR']

      # The card types supported by the payment gateway
      self.supported_cardtypes = [: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

46 entries across 46 versions & 3 rubygems

Version Path
activemerchant-1.85.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.84.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.83.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.82.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.81.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.80.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.79.2 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.79.1 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.79.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.78.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.77.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.76.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.75.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.74.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.73.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.72.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.71.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.70.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.69.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.68.0 lib/active_merchant/billing/gateways/finansbank.rb