Class: MangoPay::PayIn::PayByBank::Web

Inherits:
Resource
  • Object
show all
Includes:
HTTPCalls::Create
Defined in:
lib/mangopay/pay_in.rb

Class Method Summary collapse

Methods included from HTTPCalls::Create

included

Methods inherited from Resource

class_name

Class Method Details

.get_supported_banks(filters = {}) ⇒ Object



305
306
307
# File 'lib/mangopay/pay_in.rb', line 305

def get_supported_banks(filters = {})
  MangoPay.request(:get, "#{MangoPay.api_path}/payment-methods/openbanking/metadata/supported-banks", {}, filters)
end

.urlObject



300
301
302
# File 'lib/mangopay/pay_in.rb', line 300

def self.url(*)
  "#{MangoPay.api_path}/payins/payment-methods/openbanking"
end