Skip to content

Releases: Viincenttt/MollieApi

Mollie API 2.2.0.2

16 Jan 17:40
Compare
Choose a tag to compare

Changes:

  • Add support for split payments, thanks to a PR created by @DiedrikDM
  • Add Idempotency-Key header by default to all requests. Checkout the documentation on this subject for more information.
  • Add support for the CancelUrl property in the Order API
  • Add support for the CancelUrl in the PaymentResponse class

Mollie API 2.2.0.1

30 Dec 10:37
Compare
Choose a tag to compare

Changes:

  • Add the MobileAppCheckout, Dashboard and Captures link to the PaymentResponseLinks property
  • Add support for the CancelUrl parameter on the CreatePayment class

Mollie API 2.2.0

22 Dec 20:10
Compare
Choose a tag to compare

Changes:

  • Add support for the Balances API. All endpoints and parameters are fully supported.
  • Updated the list of predefined creditcard fee regions.
  • Add payment specific response details for EPS and Giropay payment methods. Special mention to @wouterdirks for adding this feature.

Mollie API 2.1.0.15

14 Nov 19:06
Compare
Choose a tag to compare

Changes:

  • Add PreserveReferencesHandling setting to JsonSerializerSettings in case someone has overridden it in the default settings
  • Add support for the testmode parameter in the chargebacks client api methods
  • Bugfix for GiftcardResponse not being parsed correctly

Mollie API 2.1.0.14

23 Sep 09:26
Compare
Choose a tag to compare

Changes:

  • Readd support for the Metadata property of the OrderLineResponse class

Mollie API 2.1.0.13

23 Sep 06:37
Compare
Choose a tag to compare

Changes:

  • Add support for the ProfileId parameter in the SubscriptionRequest class.
  • Add support to retrieve the product and image URL's of a order line.

Mollie API 2.1.0.12

09 Sep 11:32
Compare
Choose a tag to compare

Changes:

  • Fix "Unprocessable Entity - Cannot accept both businessCategory and categoryCode parameters" issue when creating a new profile.

Mollie API 2.1.0.11

03 Sep 17:43
Compare
Choose a tag to compare

Changes:

  • Mark the CategoryCode property of the profile response/request classes as deprecated
  • Add support for the BusinessCategory property in the profile response/request classes
  • Add support for the profileId parameter in the GetAllPaymentMethodListAsync parameter
  • Add support for the testmode parameter in the DeletePayment method of the PaymentClient
  • Add support for the testmode parameters in ShipmentClient
  • Add support for the testmode parameters in OrderClient
  • Add support for the testmode parameters in CaptureClient
  • Add support for the testmode parameters in CustomerClient
  • Add support for the testmode parameters in MandateClient
  • Add support for the testmode parameters in SubscriptionClient

Mollie API 2.1.0.10

25 Jul 08:45
Compare
Choose a tag to compare

Changes:

  • Added testmode parameter to OrderClient.GetOrderAsync
  • Added testmode and application fee properties to Mollie.Api.Models.Order.OrderPaymentRequest
  • Allow multiple payment methods to be passed in the OrderPaymentRequest object

Mollie API 2.1.0.9

02 Apr 09:27
Compare
Choose a tag to compare

Changes:

  • Added support for the new upcoming in3 payment method
  • Added the en_GB (British English) locale to localize translations and allow for ordering the payment methods in the preferred order for the country
  • Add the profileid and testmode properties to OrderRequest