Hi, I was using the "Get payment method" endpoint for a while to get pricing of payment methods. https://docs.mollie.com/reference/get-method
In the documentation there is still the pricing response, but in query params the option of pricing is removed from the param include.
When calling the API there is no pricing response.
mollie_payment_info = Mollie::Method.get(method.id, include: "issuers,pricing")
Mollie Documentation
Retrieve a single payment method by its ID. If a method is not available on this profile, a 404 Not Found response is returned. If the method is available but not enabled yet, a status 403 Forbidden is returned. You can enable payments methods via the Enable payment method endpoint of the Profiles A...