Adyen API Library for Ruby
Set up a client and set the credentials to the Adyen platform.
require 'adyen'
adyen = Adyen::Client.new
The example connects you to the Adyen test platform. If you want to use our live platform use:
adyen.env = :live
You can now use the following services: