Releases: Viincenttt/MollieApi
Releases · Viincenttt/MollieApi
Mollie API 2.2.0.2
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
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
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
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
Changes:
- Readd support for the
Metadata
property of theOrderLineResponse
class
Mollie API 2.1.0.13
Changes:
- Add support for the
ProfileId
parameter in theSubscriptionRequest
class. - Add support to retrieve the product and image URL's of a order line.
Mollie API 2.1.0.12
Changes:
- Fix "Unprocessable Entity - Cannot accept both businessCategory and categoryCode parameters" issue when creating a new profile.
Mollie API 2.1.0.11
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
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
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