Hi there,
I'm building an event ticketing platform where organizers can register and connect their Mollie account with my platform Mollie account via Mollie Connect. It should be possible that the organizer can also disconnect their Mollie account from the platform. But when they disconnect, there could be 1000 people currently in a checkout session on the mollie.com website paying with credit card, PayPal, and so on.
So my idea is to just invalidate all running checkout sessions. But I am not sure if this is the correct way. Currently, it's also not possible because the payment.IsCancelable flag is false even though the status of the payment is open.
What's the suggested way of correctly disconnecting a connected Mollie account from my platform?