Why does a Mollie webhook not include the payment status?
Answer
Mollie's webhook only tells my backend that something changed on a payment, never the new status itself. My server then requests the actual status over a secure channel using the secret API key and acts on the result.