#Changelog
- #50 add support for cancel payment
- #48 Unrecognized field "canBeCancelled"
- Ignore
issuer
property forPayment
- Ignore
resource
property forMethod
(#46).
- Add
countryCode
toPayment
model (#45).
- Add
signatureDate
toMandate
model.
- Add the notion of shared concepts that make the code more extendable (#40).
- Add API calls for mandates.
Thanks to @tubbynl for his contributions!
- Merge CreatedPayment with payment #36.
- Integration tests for recurring payments #32)
- More forgiving ObjectMapper by default. It is less likely that the library breaks when Mollie releases a 'breaking' change. #25
- Code improvements (test/code location).
Thanks to @tubbynl for his contributions!
- Add concept of customer and customer payments to support recurring payments (#19)
- Cleanup and test improvements
Thanks to @jcassee and @tubbynl for their contributions!
- Add sources to maven repository (#14).
- Add
webhookUrl
to create payment (#15).
Thanks to @jcassee for his contributions to this library.
- Change created payment detail to map (#10)
Thanks to @jvanoosterom for his contribution
- Add concrete payment types (#9)
- Add documentation (#8)
- Remove deprecated code from version 1.2.0
- Add refunds api (#7)
- Add issuers api (#6)
- Add methods api (#5)
- Rename
PaymentStatus
to more convenient namePayment
. - Add support for pagination #4
- Major structural refactoring and deprectated some methods.
- Add verification when requesting payment without an valid identifier (#2, #3)
- Added missing fields to payment status
- locale
- amountRefunded
- amountRemaining