Skip to content

Mollie API 2.0.1.0

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 28 Aug 17:59
· 583 commits to master since this release

Improvements and new features:

  • MollieApiExceptions now directly display the error instead of having to look at the details object.
  • The Api URL now uses the mollie.com base URL instead of mollie.nl
  • List objects now all have a property named Items instead of Payments/Customers/etc.
  • Removed the Embedded property in lists. You can now directly access the List property to view the list of objects.
  • Added constructor overloads to Mollie API clients with an extra HttpClient parameter, so you can inject your own HttpClient instance.
  • Added support for the optional include issuers parameter in the PaymentMethodClient
  • Added a new example project built in ASP.NET Core that utilizes alot of the api v2 features.
  • Added a security check to make sure URL objects point to the Mollie API.

Bugfixes:

  • The Links property in List objects wasn't being deserialized properly.
  • The Method property of the SubscriptionResponse object is now nullable, since the API can return null values for this property.