github mollie/mollie-api-php v2.8.0
Release v2.8.0

latest releases: v2.70.0, v2.69.0, v2.68.0...
5 years ago

This release resolves some confusion for listing payment methods via the Methods API:

  • Added $mollie->methods->allActive(). Retrieve all active payment methods. The results are not paginated. In test mode, this includes pending methods.

  • Added $mollie->methods->allAvailable(). Retrieve all payment methods offered by Mollie, for which the requesting organization is eligible. This includes both activated and not (yet) activated payment methods.

  • Deprecated $mollie->methods->all(). Use $mollie->methods->allActive() instead.

Don't miss a new mollie-api-php release

NewReleases is sending notifications on new releases.