Skip to content

Releases: mollie/mollie-api-php

Release v2.21.0

29 Jul 17:35
1511a46
Compare
Choose a tag to compare
  • Added support for Guzzle 7

Release v2.20.0

15 Jul 17:03
89cc577
Compare
Choose a tag to compare
  • Added paypal to the MandateMethod type (Thanks @mmachatschek !)

Release v2.19.0

14 Jul 17:27
Compare
Choose a tag to compare
  • Added convenient forId methods to the SubscriptionEndpoint (thanks @Rkallenkoot !)
  • Added dates to Order resource (thanks @edwwaarrdd !)

Release v2.18.0

29 May 12:49
f2cf1cc
Compare
Choose a tag to compare
  • Added the status field to the Method resource
  • Added PaymentMethodStatus type

Release v2.17.1

18 May 07:44
8da462f
Compare
Choose a tag to compare
  • Added the metadata attribute to the OrderLine resource - thanks @reindernl !

Release v2.17.0

25 Feb 12:19
ee22d03
Compare
Choose a tag to compare
  • Added methods getSettlementAmount(), getAmountCaptured(), getApplicationFeeAmount() and a number of missing response fields to the Payment resource (thanks @pmzandbergen!)
  • The v2 api requires an explicit amount when creating a refund. This is now reflected in the Payment's refund() method.

Release v2.16.0

04 Feb 10:49
57b478e
Compare
Choose a tag to compare

Modified

Are you using OAuth ( also known as Mollie Connect) in test mode?

Calls made from retrieved resources no longer require you to explicitly set ['testmode' => true]. (But things will continue to work if you do.)

Changes include:

  • Customer methods update(), payments(), createSubscription() and subscriptions().
  • Order methods cancel(), createShipment(), getShipment(), shipAll(), shipments(), refund(), refundAll
  • Payment methods getRefund(), getCapture(), getChargeback(), refund()

Added

  • OrderLine.update() for updating a single OrderLine. (No OAuth testmode support yet.)

Release v2.15.0

03 Feb 09:55
10f1640
Compare
Choose a tag to compare

Added the payments() method to the Subscription resource. This allows you to list all payments for a subscription.

Release v2.14.0

27 Jan 15:42
f7cf6bc
Compare
Choose a tag to compare

Enabled updating the restrictPaymentMethodsToCountry attribute on the Payment resource.

Release v2.13.1

27 Jan 12:08
a49f8f7
Compare
Choose a tag to compare

Fixed updating the subscription metadata.