I've connected a customer via OAuth. Now I want to retrieve the price that they pay for an iDeal transation.
Unfortunately this was moved without any breaking changes or announcements.
Reading the docs, it should be able to retrieve this information via the methods/all endpoint.
However:
- The docs https://docs.mollie.com/reference/list-all-methods reference a method
$mollie->methods->allAvailable()which is not available - If you access the endpoint, it throws the error "A website profile is required for payments". Passing this along in the query params does not solve it (and is also strange since the profile should not have any connection to it)
Mollie Documentation
Retrieve all payment methods that Mollie offers, regardless of the eligibility of the organization for the specific method. The results of this endpoint are not paginated — unlike most other list endpoints in our API.
The list can optionally be filtered using a number of parameters described below.