Skip to content

Releases: mollie/mollie-api-php

Release v2.50.0

02 Jan 08:52
2291b11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.49.2...v2.50.0

Release v2.49.2

29 Dec 15:15
9311e70
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.49.1...v2.49.2

Release v2.49.1

20 Dec 19:16
34ad0d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.49.0...v2.49.1

Release v2.49.0

13 Dec 13:01
b5e4fd8
Compare
Choose a tag to compare

This release introduces support for the Mollie Balances endpoints. Read more about this shiny new (beta) feature set here.

What's Changed

New Contributors

Full Changelog: v2.48.0...v2.49.0

Release v2.48.0

03 Nov 20:03
b15f8a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.47.0...v2.48.0

Release v2.47.0

03 Nov 14:57
78541fe
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @N-M made their first contribution in #638

Full Changelog: v2.46.0...v2.47.0

Release v2.46.0

01 Sep 10:52
343e55d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.45.0...v2.46.0

Release v2.45.0

11 Jul 15:04
43ae547
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.44.1...v2.45.0

Release v2.balances-beta.0

27 Jun 09:08
684b142
Compare
Choose a tag to compare
Pre-release

⚠️ This is a BETA release.

The Mollie Balance API and the implementation in this package is subject to change and not ready for live production environments.

This PR introduces the following Balance endpoints:

Balance

  • Get Balance: $mollie->balances->get($id, $parameters = []);
  • Get Primary Balance: $mollie->balances->primary($parameters = []);
  • Get Balance Page: $mollie->balances->page($from = null, $limit = null, array $parameters = []);

Balance Report

  • Get Balance Report:
    • $mollie->balanceReports->getForBalanceId($id, $parameters = []);
    • $mollie->balanceReports->getForBalance($balance, $parameters = []);
  • Get Primary Balance Report: $mollie->balanceReports->getForPrimaryBalance($parameters = []);

Balance Transactions

  • List Balance Transactions:
    • $mollie->balanceTransactions->listForId($balanceId, $parameters = []);
    • $mollie->balanceTransactions->listFor($balance, $parameters = []);
  • List Primary Balance Transactions:
    • $mollie->balanceTransactions->listForPrimary($parameters = []);

Release v2.44.1

24 May 14:03
5906cf9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.44.0...v2.44.1