
It would be nice to be able to resend (or cancel) a failed webhook attempt manually, rather than waiting for the automatic retry.
As a workaround for now, this is my flow:
Note that this flow works only because I’m also checking for idempotency to avoid making dual fulfillements when PayNow eventually retries automatically after I’ve already handled this manually.