WesselWizard
The documentation for the API callback says: "When the execution of a callback fails (e.g. the callback server is down or the response contains an error), we try to resend it for a maximum of 5 times" https://beta.doc.bunq.com/basics/callbacks#retry-mechanism
I notice Bunq does the retry mechanism even if my HTTPS endpoint returns a HTTP 200.
How does the retry mechanism determine if a callback is an error?