Skip to content

Mollie API 2.0.2.0

Compare
Choose a tag to compare
@Viincenttt Viincenttt released this 27 Nov 20:48
· 526 commits to master since this release
  • Added the StringEnumConverter JsonConverter attribute to the FeeRegion, CardSecurity and FailureReason properties of the CreditCardPaymentResponseDetails class.
  • Added support for the Update subscriptions method.
  • Added support for the list subscription payments endpoint.
  • Added support for the list customer payments endpoint.
  • Added support for SVG payment method icons.
  • Added support for the nextPaymentDate property in the SubscriptionResponse class.
  • Added support for the metadata property in the SubscriptionRequest and SubscriptionResponse class.
  • Metadata no longer needs to be JSON and can also be a regular string.
  • The ExpiredAt property of the PaymentResponse class is now a DateTime object instead of a string.
  • Added a payment method overview to the example project.