Mollie API 4.2.0.0
Viincenttt
released this
07 Jul 08:26
·
19 commits
to development
since this release
New features:
- Added support for the
Archived
property on thePaymentLinkResponse
class. - Added support for updating payment links through the new
Update payment link
API method. - Added support for deleting payment links through the new
Delete payment link
API method. - Added support for refunding split payments using the new
ReverseRouting
andRoutingReversals
properties. - Updated the list of available payment methods to include: Trustly, Twint, Satispay, Riverty, Blik, Bancomat Pay, Bacs direct debit and Alma.
Bugfixes:
- Payment method specific details were previously set to be not-nullable. The user @martijnmelchers reported that the API can return null for these properties. Payment method specific response classes have been updated to reflect this. For example, the
CreditCardPaymentResponse.Details
property is now nullable.