Class: MangoPay::PayIn::Payconiq::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

.create_legacy(params, idempotency_key = nil) ⇒ Object



159
160
161
# File 'lib/mangopay/pay_in.rb', line 159

def self.create_legacy(params, idempotency_key = nil)
  MangoPay.request(:post, "#{MangoPay.api_path}/payins/payconiq/web", params, {}, idempotency_key)
end

.urlObject



155
156
157
# File 'lib/mangopay/pay_in.rb', line 155

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