I'm implementing a feature which required cancellation payment on Mollie, I saw that the IsCancellable
is always false, so my question is, what kind of payment methods can we cancel on mollie, using the API v2 => Some payment methods can be cancelled by the merchant for a certain amount of time, usually until the next business day. Or as long as the payment status is open. Payments may be canceled manually from the Mollie Dashboard, or programmatically by using this endpoint.
I was trying the API v2 => DELETE https://api.mollie.com/v2/payments/*id*=> The payment is not cancellable