module Iyzi::Resources
Public Instance Methods
api_test()
click to toggle source
# File lib/iyzi/resources.rb, line 3 def api_test Requests::ApiTest.new.response end
bin_control(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 31 def bin_control(options, &block) Requests::BinControl.new(options).response(&block) end
checkout_form(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 7 def checkout_form(options, &block) Requests::CheckoutForm.new(options).response(&block) end
checkout_form_auth(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 11 def checkout_form_auth(options, &block) Requests::CheckoutFormAuth.new(options).response(&block) end
delete_card(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 27 def delete_card(options, &block) Requests::CardStorage.delete(options).response(&block) end
installment_info(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 35 def installment_info(options, &block) Requests::InstallmentInfo.new(options).response(&block) end
list_cards(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 23 def list_cards(options, &block) Requests::CardStorage.list(options).response(&block) end
payment_auth(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 15 def payment_auth(options, &block) Requests::PaymentAuth.new(options).response(&block) end
register_card(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 19 def register_card(options, &block) Requests::CardStorage.add(options).response(&block) end
threeds_initialize(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 39 def threeds_initialize(options, &block) Requests::ThreedsInitialize.new(options).response(&block) end
threeds_payment_create(options, &block)
click to toggle source
# File lib/iyzi/resources.rb, line 43 def threeds_payment_create(options, &block) Requests::ThreedsPaymentCreate.new(options).response(&block) end