You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 13, 2022. It is now read-only.
a couple of month ago I suggested this to the support via email. Opening an issue so it's easier to track.
Payment has a delay for webhooks, refund doesn't. Documentation states one should consider implementing async refunds, okay, did that. Now webhook URL is being invoked in the middle of the refund processing routine. Logic there does checks and replies with the failure, so webhook is retried and within that timespan my routine completes, thus when webhook is invoked again it can be processed. I should be able to specify the delay.
Hi,
a couple of month ago I suggested this to the support via email. Opening an issue so it's easier to track.
Payment has a delay for webhooks, refund doesn't. Documentation states one should consider implementing async refunds, okay, did that. Now webhook URL is being invoked in the middle of the refund processing routine. Logic there does checks and replies with the failure, so webhook is retried and within that timespan my routine completes, thus when webhook is invoked again it can be processed. I should be able to specify the delay.
Thank you!