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
solidus_backend-1.0.0.pre vendor/bundle/gems/activemerchant-1.48.0/lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.50.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.49.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.48.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.47.0 lib/active_merchant/billing/gateways/finansbank.rb
activemerchant-1.46.0 lib/active_merchant/billing/gateways/finansbank.rb