mollie / mollie-api-ruby

Mollie API client for Ruby
http://www.mollie.com
BSD 2-Clause "Simplified" License
81 stars 42 forks source link

Implement "list all payment methods" API #149

Closed justincase closed 3 years ago

justincase commented 3 years ago

Retrieve all payment methods that Mollie offers and can be activated by the Organization. The results are not paginated. New payment methods can be activated via the Enable payment method endpoint in the Profiles API.

API documentation: https://docs.mollie.com/reference/v2/methods-api/list-all-methods

Resolves mollie/mollie-api-ruby#146