Adyen-ruby-api-library

Adyen API Library for Ruby

View the Project on GitHub Adyen/adyen-ruby-api-library

Using the library

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: