Mollie introduces the Balances API (beta)

Sander van Hooft's profile picture

Sander van Hooft

Founder

At Sandorian we have seen a lot of merchant struggle with synchronising their accounting system (i.e. Exact or MoneyBird) with their Mollie account.

To address this issue, Mollie has introduced a set of new Balance endpoints, currently in beta.

This new Balances endpoint is perfect for your accounting needs, allowing easy double entry bookkeeping, tracking profitability and all Mollie fees incurred.

We've already added support for the balances API endpoints to the Mollie PHP client and Laravel client:

$mollie->balances->get(string $balanceId, array $parameters);
$mollie->balances->primary($parameters);
$mollie->balances->page(?string $from, ?int $limit, array $parameters = []);

$mollie->balanceReports->getForBalanceId(string $balanceId, array $parameters = []);
$mollie->balanceReports->getForPrimaryBalance(array $parameters = []);
$mollie->balanceReports->getForBalance(Balance $balance, array $parameters = []);

$mollie->balanceTransactions->listFor(Balance $balance, array $parameters = []);
$mollie->balanceTransactions->listForId(string $balanceId, array $parameters = []);
$mollie->balanceTransactions->listForPrimary(array $parameters = []);

Read more about Balances in the Mollie API reference.

Sandorian Consultancy B.V.

  • Groenestraat 294
    6531JC Nijmegen
    The Netherlands
  • KVK 84842822

Subscribe to our newsletter

The latest news, articles and resources sent to your inbox.

Sandorian is a trademark of Sandorian Holding B.V.
© 2024 Sandorian.com • All rights reserved