Class: MangoPay::PayIn::Payconiq::Web
- Includes:
- HTTPCalls::Create
- Defined in:
- lib/mangopay/pay_in.rb
Class Method Summary collapse
Methods included from HTTPCalls::Create
Methods inherited from Resource
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 |
.url ⇒ Object
155 156 157 |
# File 'lib/mangopay/pay_in.rb', line 155 def self.url(*) "#{MangoPay.api_path}/payins/payment-methods/payconiq" end |