mollie-api-ruby
mollie-api-ruby copied to clipboard
Mollie API client for Ruby
Yesterday, there was a major disruption in mollie. I found out that some payments were created, but we didn't get a response back. Later on, we did get a webhook...
https://rubygems.org/gems/mollie-api-ruby is only listing up to `4.7.1` while the current tagged version here is `4.9.0`
Hi, On a recently created Mollie account, a call to the api with: ```ruby ::Mollie::Method.all(api_key: "XXXXXXXXXXXXXXXX", include: 'issuers', resource: 'orders') ``` returns the voucher payment method which is not activated...
Hi, Would you consider adding the possibility to configure the Mollie client with a listener, which can be used for e.g. logging? For me it would be useful to be...
Are there any plans to officially support the [Balances API](https://docs.mollie.com/reference/balances-api)? Currently, I'm only reading Balance Transactions, but there are some issues that will require me to read Balance metadata as...
This gem depends on bigdecimal and limits that gem's versions to `~> 3.1, >= 3.1.8`. The latest bigdecimal version is `4.0.1`. Please allow version 4 as well.