failed
or success
, the related webhooks should happen only once.
However for intermediate state such as pending
or action_required
, webhooks may be sent more than once. This can happen if the provider data section changed, meaning the HUB2 API got an update from the provider side, but not the kind of update which can help determine the final status of a transaction.
60
seconds.
Each attempt extends this time exponentially following that piece of code:
10
attempts, the webhook will consider the target URL dead and will stop retrying. This will happen roughly after ~34 hours.