Skip to content

Releases: Viincenttt/MollieApi

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

Mollie API 2.1.0.8

11 Jul 17:50
Compare
Choose a tag to compare

Contributors: @hhoangnl @ErikvdBurgwal @MichielCornilleESC

Changes:

  • Added support for the embedded resources Refunds and Chargeback on the PaymentResponse class.
  • Added support for the new PaymentLink API.
  • Added support for the ConsumerBic and FailureReason properties on the BancontactPaymentResponse class.

Mollie API 2.1.0.7

22 May 09:58
Compare
Choose a tag to compare

Contributors: @Sippelberg

Changes

  • Added support for the Reason property in the ChargebackResponse class.
  • Added support for the SettlementId property in the RefundResponse class.
  • Added support for the InvoiceId property in the SettlementPeriod class.
  • Added support for the new authentication_abandoned and authentication_unavailable_acs failure reasons.

Mollie API 2.1.0.6

24 Apr 07:55
Compare
Choose a tag to compare

Contributors: @Roeland54 , @cswiers , @markprins81

Changes

  • Added support for the optional BillingCountry parameter in the ListPaymentMethods method.
  • Added support for the AmountChargedBack property on the PaymentResponse class.
  • Added support for the optional locale parameter in the GetAuthorizationUrl method of the Connect API.
  • Added support for the ChangePaymentState property in the PaymentResponseLinks.
  • Added support for the Sku parameter in the OrderLineUpdateRequest class.
  • Fixed a missing ConfigureAwait statement in the MollieBaseClient that could cause potential deadlocks for API consumers that are not using async/await.

Mollie API 2.1.0.5

08 Feb 18:58
Compare
Choose a tag to compare

Contributors: @Roeland54 , @senneclaeskens

Changes

  • Added the ConsumerAccount and ConsumerName properties to the BancontactPaymentResponse class.
  • Added extra comments to the TokenRequest constructor to clarify what parameters should be passed in.

Mollie API 2.1.0.4

15 Jan 12:19
Compare
Choose a tag to compare

Contributors: @markusdresch

Breaking changes

  • The MandateRequest class is now split into two different implementations: PayPalMandateRequest and SepaDirectDebitMandateRequest.

New features

  • Added support for the ConsumerEmail and PaypalBillingAgreementId properties for MandateRequest instances.
  • Added support for the MandateId property on the SubscriptionResponse class.

Mollie API 2.1.0.3

05 Dec 09:47
Compare
Choose a tag to compare

New features

  • Added support for the Category property in the OrderLineRequest class

Mollie API 2.1.0.2

16 Nov 19:19
c29cd58
Compare
Choose a tag to compare

New features

  • Added the Mollie.Api.Models.Connect.AppPermissions.SettlementsRead value.
  • Added support for the testmode parameter in the RefundClient.

Bugfixes

  • Mollie.Api.Models.Connect.AppPermissions.OnboardingRead had the value "onboarding.write" instead of "onboarding.read".
  • Fixed issue where the GetOpenSettlement method of the SettlementsClient would throw a JSON parse exception when the periods property is empty.

Mollie API 2.1.0.1

22 Oct 13:52
Compare
Choose a tag to compare

New features

  • Added a useragent string that is sent along with every HTTP request. This will help Mollie detect which users are on which version of the library.
  • Added the Metadata property to the OrderRefundRequest class. This feature was added by @Kevenvz

Bugfixes

  • The CreateOrderRefundAsync method of the OrderClient now returns a OrderRefundResponse instead of no response. This issue was resolved by @Kevenvz .
  • The CreateOrderRefundAsync method of the OrderClient now uses the correct HTTP method: Post instead of Delete. This issue was resolved by @Kevenvz .
  • The Locale.nl_NL had a value of "nl_BE" instead of "nl_NL". This issue was resolved by @P-de-Jong .